Skip to content

Commit eb99fcf

Browse files
authored
Merge pull request #19 from plumed/dependabot/github_actions/actions/checkout-5
ci: bump actions/checkout from 4 to 5
2 parents 5e2c063 + 92a5fe2 commit eb99fcf

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)