Skip to content

Commit

Permalink
⬆️ Bump actions/checkout from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.0.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcofranssen committed Apr 19, 2022
1 parent 537b485 commit 32bc9ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
check-latest: true

- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1

- name: Cache Go modules
uses: actions/cache@v3.0.1
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: anchore/sbom-action/download-syft@v0.10.0

- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
# checkout only required to run local action (defined in this repo)
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1

- name: Download build artifact
uses: actions/download-artifact@v3.0.0
Expand Down

0 comments on commit 32bc9ba

Please sign in to comment.