Skip to content

Commit a67e010

Browse files
authored
Merge pull request #35 from plumed/dependabot/github_actions/actions/checkout-7
ci: bump actions/checkout from 6 to 7
2 parents 221d502 + 8dfb40b commit a67e010

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

0 commit comments

Comments
 (0)