Skip to content

Commit da6cb0e

Browse files
committed
Dependency updates
1 parent 105699e commit da6cb0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121

2222
steps:
2323
- name: Checkout branch
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 32
2727
ref: release/4.2
2828
path: branch-4.2
2929

3030
- name: Checkout gh-pages
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
ref: gh-pages
3434
path: gh-pages
@@ -61,4 +61,4 @@ jobs:
6161
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
6262
git add --all
6363
git commit -m "Documentation update from publish GitHub Action"
64-
git push origin gh-pages
64+
git push origin 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)