Skip to content

Commit 438ef48

Browse files
ci: bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac480b8 commit 438ef48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# needed to avoid MPI warning
3333
echo "OMPI_MCA_btl=^openib" >> $GITHUB_ENV
3434
#we need to checkout to access .ci/install.libtorch
35-
# - uses: actions/checkout@v5
35+
# - uses: actions/checkout@v6
3636
# with:
3737
# persist-credentials: false
3838

@@ -73,7 +73,7 @@ jobs:
7373
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12","3.13"]
7474
runs-on: ubuntu-latest
7575
steps:
76-
- uses: actions/checkout@v5
76+
- uses: actions/checkout@v6
7777
with:
7878
persist-credentials: false
7979
- name: Install plumed dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Set up Python
1313
uses: actions/setup-python@v6
1414
with:

0 commit comments

Comments
 (0)