Merge pull request #454 from mas-cli/dependabot/github_actions/actions/checkout-3

⬆️(deps): Bump actions/checkout from 2 to 3
This commit is contained in:
Ben Chatelain 2022-04-10 08:40:51 -07:00 committed by GitHub
commit d107408bd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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