Skip to content

Commit

Permalink
⬆️(deps): Bump actions/checkout from 2 to 3
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>
  • Loading branch information
dependabot[bot] committed Mar 2, 2022
1 parent 910bf23 commit 33c696c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
# https://github.com/actions/checkout#usage
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# A fetch-depth of 0 includes all history and tags for script/version
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Danger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Danger
# https://github.com/orgs/danger/packages/container/package/danger-swift
uses: docker://ghcr.io/danger/danger-swift:3.12.3
Expand Down

0 comments on commit 33c696c

Please sign in to comment.