Skip to content

Commit aab8ed1

Browse files
Merge pull request #20 from ISSMteam/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5183c48 + 4136908 commit aab8ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: docs
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
- name: Setup Ruby
5858
uses: ruby/setup-ruby@v1
5959
with:

.github/workflows/publications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
working-directory: docs/about-issm/publications
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
- name: Generate Publications Page
3939
run: |
4040
./bin/generate_publications_page.sh > ${{ env.TARGET }}

0 commit comments

Comments
 (0)