Skip to content

Commit 842fb20

Browse files
committed
Dependency updates
1 parent fc4e177 commit 842fb20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-latest-minor-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424

2525
steps:
2626
- name: Checkout branch
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 32
3030
path: branch
3131

3232
- name: Checkout gh-pages
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
ref: gh-pages
3636
path: gh-pages

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
tags: ${{ env.IMAGE_NAME }}
8484

8585
- name: Checkout gh-pages
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v5
8787
with:
8888
ref: gh-pages
8989
path: gh-pages

0 commit comments

Comments
 (0)