Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2 to 3 (#62)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 16, 2023
1 parent ee0ffe5 commit 4fdf231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Checkout nimskull
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: nim-works/nimskull
ref: ${{ env.nimskull_test_commit }}
Expand Down

0 comments on commit 4fdf231

Please sign in to comment.