Merge pull request #500 from mas-cli/dependabot/github_actions/actions/checkout-4

⬆️(deps): Bump actions/checkout from 3 to 4
This commit is contained in:
Ross Goldberg 2024-02-18 08:38:16 -05:00 committed by GitHub
commit 763392cb23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ jobs:
steps:
# https://github.com/actions/checkout#usage
- uses: actions/checkout@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
- name: Danger
# https://github.com/orgs/danger/packages/container/package/danger-swift
uses: docker://ghcr.io/danger/danger-swift:3.12.3