Skip to content

Commit

Permalink
Bump actions/checkout from 3.0.1 to 3.0.2 (#430)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2022
1 parent 867974b commit baa1884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3.0.1
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3.0.1
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.1
with:
fetch-depth: 0

Expand Down

0 comments on commit baa1884

Please sign in to comment.