Skip to content

Commit

Permalink
Merge pull request #45 from trjohnson19/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
trjohnson19 authored Mar 19, 2024
2 parents c53a933 + ffa31c1 commit 7e3247b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/differential-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Repository checkout
# yamllint disable-line rule:line-length
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # @v4.1.2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout code
# yamllint disable-line rule:line-length
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # @v4.1.2
with:
## Full git history is needed to get a proper list of changed files
## within `super-linter`
Expand Down

0 comments on commit 7e3247b

Please sign in to comment.