Skip to content

Commit 75f6e7d

Browse files
renovate-botthomasvl
authored andcommitted
Update actions/checkout action to v7
1 parent 4980e35 commit 75f6e7d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
MODE: ["dbg", "opt"]
5151
steps:
52-
- uses: actions/checkout@v6
52+
- uses: actions/checkout@v7
5353
- uses: bazel-contrib/setup-bazel@0.19.0
5454
with:
5555
bazelisk-cache: true

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Can't shard by platform because of https://github.com/CocoaPods/CocoaPods/issues/11358
4545
CONFIGURATION: ["Debug", "Release"]
4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v7
4848
- name: Pod lib lint
4949
run: |
5050
pod lib lint --verbose \

.github/workflows/spm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
MODE: ["Debug", "Release"]
3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737
- name: spm build
3838
run: |
3939
spm_mode=""

.github/workflows/xcode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
MODE: ["Debug", "Release"]
4747
steps:
48-
- uses: actions/checkout@v6
48+
- uses: actions/checkout@v7
4949
- name: Build and Test
5050
run: |
5151
xcodebuild \
@@ -60,7 +60,7 @@ jobs:
6060
matrix:
6161
MODE: ["Debug", "Release"]
6262
steps:
63-
- uses: actions/checkout@v6
63+
- uses: actions/checkout@v7
6464
- name: Build and Test
6565
run: |
6666
xcodebuild \

0 commit comments

Comments
 (0)