Skip to content

Commit

Permalink
Merge pull request #726 from sigstore/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.2

build(deps): bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
hectorj2f committed Mar 18, 2024
2 parents c2eaa4f + efdd9d1 commit 9fc56e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
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/test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 0

Expand Down

0 comments on commit 9fc56e8

Please sign in to comment.