We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adea2e9 commit 855d673Copy full SHA for 855d673
2 files changed
.github/workflows/cd.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22
with:
23
persist-credentials: false
24
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
- name: Checkout Repo
25
26
27
28
0 commit comments