Skip to content

Commit 92a5fe2

Browse files
ci: 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 5e2c063 commit 92a5fe2

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@v4
35+
# - uses: actions/checkout@v5
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@v4
76+
- uses: actions/checkout@v5
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@v4
11+
- uses: actions/checkout@v5
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
1414
with:

0 commit comments

Comments
 (0)