Skip to content

Commit 2df796e

Browse files
authored
Merge pull request #38 from trjohnson19/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6.0.1 to 6.0.2
2 parents 97d5b7a + a67e2ad commit 2df796e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/differential-shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Repository checkout
2222
# yamllint disable-line rule:line-length
23-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # @v6.0.1
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # @v6.0.2
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Checkout code
2626
# yamllint disable-line rule:line-length
27-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # @v6.0.1
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # @v6.0.2
2828
with:
2929
## Full git history is needed to get a proper list of changed files
3030
## within `super-linter`

0 commit comments

Comments
 (0)