1 parent bf955cc commit 6ae9e66Copy full SHA for 6ae9e66
2 files changed
.github/workflows/check-tag.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
contents: read
15
steps:
16
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
17
with:
18
persist-credentials: false
19
- name: Run checks
.github/workflows/check.yml
@@ -14,7 +14,7 @@ jobs:
20
# No caching as we're expected to run rarely
0 commit comments