Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#290)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2022
1 parent 9c7e3b3 commit 2b687cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: 1.16

- name: Checkout Steampipe
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: turbot/steampipe
path: steampipe
Expand All @@ -32,7 +32,7 @@ jobs:
run: steampipe plugin install chaos

- name: Checkout Chaos plugin
uses: actions/checkout@main
uses: actions/checkout@v3
with:
repository: turbot/steampipe-plugin-chaos
path: steampipe-plugin-chaos
Expand Down

0 comments on commit 2b687cb

Please sign in to comment.