Skip to content

Commit 26dae7c

Browse files
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...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>
1 parent 6979af2 commit 26dae7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Read Swift Version
4343
uses: sersoft-gmbh/swift-version-action@v1.0.1
4444
id: swift-version
45-
- uses: actions/checkout@v2.4.0
45+
- uses: actions/checkout@v3
4646
- uses: actions/cache@v2.1.7
4747
with:
4848
path: .build

.github/workflows/swift-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Read Swift Version
3434
uses: sersoft-gmbh/swift-version-action@v1.0.1
3535
id: swift-version
36-
- uses: actions/checkout@v2.4.0
36+
- uses: actions/checkout@v3
3737
- uses: actions/cache@v2.1.7
3838
with:
3939
path: .build
@@ -73,7 +73,7 @@ jobs:
7373
- uses: maxim-lobanov/setup-xcode@v1.4.1
7474
with:
7575
xcode-version: ^12.4
76-
- uses: actions/checkout@v2.4.0
76+
- uses: actions/checkout@v3
7777
- uses: sersoft-gmbh/xcodebuild-action@v1.8.0
7878
with:
7979
spm-package: './'

0 commit comments

Comments
 (0)