We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e945952 commit 09b5c4eCopy full SHA for 09b5c4e
.github/workflows/mirrorer.yaml
@@ -22,7 +22,7 @@ jobs:
22
push_to_mirror:
23
runs-on: ubuntu-latest
24
steps:
25
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
26
with:
27
fetch-depth: 0
28
# - name: Push the content to the mirror repository
.github/workflows/web_deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
- name: Checkout
35
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
36
37
- name: Setup Node.js
38
uses: actions/setup-node@v6
0 commit comments