Skip to content

Commit 2f94ac6

Browse files
authored
Merge pull request #28 from FEniCS/dependabot/github_actions/actions/checkout-6
2 parents d04a8ab + d688e30 commit 2f94ac6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
# Make index.html
1818
- name: Set up Python
@@ -49,7 +49,7 @@ jobs:
4949
id-token: write
5050

5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353

5454
# Make index.html
5555
- name: Set up Python

0 commit comments

Comments
 (0)