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 d9276eb commit a6b6a50Copy full SHA for a6b6a50
.github/workflows/test.yaml
@@ -58,7 +58,7 @@ jobs:
58
run:
59
shell: bash
60
steps:
61
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
62
with:
63
fetch-depth: 0
64
@@ -116,7 +116,7 @@ jobs:
116
if: github.ref == 'refs/heads/main'
117
118
- name: Checkout code
119
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
120
121
122
0 commit comments