We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4e177 commit 842fb20Copy full SHA for 842fb20
.github/workflows/publish-latest-minor-gh-pages.yml
@@ -24,13 +24,13 @@ jobs:
24
25
steps:
26
- name: Checkout branch
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
with:
29
fetch-depth: 32
30
path: branch
31
32
- name: Checkout gh-pages
33
34
35
ref: gh-pages
36
path: gh-pages
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
tags: ${{ env.IMAGE_NAME }}
84
85
86
87
88
89
0 commit comments