We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b6bf9 commit 2894aefCopy full SHA for 2894aef
1 file changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: windows-latest
16
steps:
17
- name: Check out code
18
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
19
with:
20
fetch-depth: 0
21
@@ -32,7 +32,7 @@ jobs:
32
if: contains(github.ref, 'master')
33
34
35
36
37
38
0 commit comments