Skip to content

Commit 636890b

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2aa69bf commit 636890b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
#
4242
# Checks-out repository under $GITHUB_WORKSPACE
4343
#
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
# Set up conda environment
4646
- name: Setup conda environment
4747
uses: conda-incubator/[email protected]

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Initial steps
6161
###############################################################################
6262
# Checks-out repository under $GITHUB_WORKSPACE
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6464
# Set up conda environment
6565
- name: Setup conda environment
6666
uses: conda-incubator/[email protected]

0 commit comments

Comments
 (0)