Skip to content

Commit

Permalink
Bump actions/checkout from 3.0.1 to 3.0.2 (#75)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@dcd71f6...2541b12)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2022
1 parent f997690 commit 61420c1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions: {}
name: Install Cosign and test presence in path
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- name: Install Cosign
uses: ./
- name: Check install!
Expand All @@ -35,7 +35,7 @@ jobs:
permissions: {}
name: Install existing release of Cosign and test presence in path
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 #v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3
- name: Install Cosign
uses: sigstore/cosign-installer@de5c6db865c272bde755152889dbda79bccb85f7 #v1.3.0
- name: Check install!
Expand All @@ -57,7 +57,7 @@ jobs:
permissions: {}
name: Install Custom Cosign and test presence in path
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 #v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3
- name: Install Cosign
uses: ./
with:
Expand All @@ -82,7 +82,7 @@ jobs:
permissions: {}
name: Install Cosign v0.6.0 and test presence in path
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 #v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3
- name: Install Cosign
uses: ./
with:
Expand All @@ -108,7 +108,7 @@ jobs:
permissions: {}
name: Install Cosign v0.6.0 and test presence in path with pre installed libpcsclite1 package
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 #v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3
- name: Install libpcsclite1
run: |
sudo apt-get update -q
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
permissions: {}
name: Try to install a wrong Cosign
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 #v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3
- name: Install Cosign
uses: ./
with:
Expand All @@ -151,7 +151,7 @@ jobs:
permissions: {}
name: Install Custom Cosign and test presence in path
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 #v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3
- name: Install Cosign
uses: ./
with:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
# permissions: {}
# name: Try to install cosign with go
# steps:
# - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
# - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
# - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v3.0.0
# with:
# go-version: '1.17.x'
Expand Down

0 comments on commit 61420c1

Please sign in to comment.