Skip to content

Commit 6ae9e66

Browse files
chore(deps): update actions/checkout action to v7
1 parent bf955cc commit 6ae9e66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: read
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1717
with:
1818
persist-credentials: false
1919
- name: Run checks

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
contents: read
1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1818
with:
1919
persist-credentials: false
2020
# No caching as we're expected to run rarely

0 commit comments

Comments
 (0)