Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ffried committed Nov 3, 2021
1 parent 08cf335 commit 0847940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Read Swift Version
uses: sersoft-gmbh/swift-version-action@v1.0.0
id: swift-version
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions/cache@v2.1.6
with:
path: .build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Read Swift Version
uses: sersoft-gmbh/swift-version-action@v1.0.0
id: swift-version
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions/cache@v2.1.6
with:
path: .build
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1.4.0
with:
xcode-version: ^12.4
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: sersoft-gmbh/xcodebuild-action@v1.8.0
with:
spm-package: './'
Expand Down

0 comments on commit 0847940

Please sign in to comment.