Skip to content

Commit 0a289dc

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5eb05e5 commit 0a289dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/containerized-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
#
3535
# Checks-out repository under $GITHUB_WORKSPACE
3636
#
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
# Set up conda environment
3939
- name: Setup conda environment
4040
uses: conda-incubator/setup-miniconda@v4.0.1

.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@v6
63+
- uses: actions/checkout@v7
6464
# Set up conda environment
6565
- name: Setup conda environment
6666
uses: conda-incubator/setup-miniconda@v4.0.1

0 commit comments

Comments
 (0)