We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0335ef4 commit b263555Copy full SHA for b263555
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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