Skip to content

Commit 95d0b06

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 020fdc6 commit 95d0b06

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

.github/workflows/automation-trigger-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
BROWSERSTACK_USER: ${{ secrets.BROWSER_STACK_USER }}
2424
steps:
2525
- name: Check out code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
- name: Install the Apple certificate and provisioning profile
2828
env:
2929
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
@@ -66,7 +66,7 @@ jobs:
6666
echo "::add-mask::$parsed"
6767
echo "BrowserStackIOSBuildKey=$parsed" >> "$GITHUB_ENV"
6868
- name: Cheout Automation Code
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v6
7070
with:
7171
repository: BranchMetrics/qentelli-saas-sdk-testing-automation
7272
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: macos-latest
1010
steps:
1111
- name: Check out code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: Set up Ruby 2.7
1414
uses: ruby/setup-ruby@v1
1515
with:

.github/workflows/post-release-qa.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: macos-latest
99
steps:
1010
- name: Check out code
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
- name: Install pod, build project and run tests
1313
run: |
1414
./scripts/getSimulator
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macos-latest
2121
steps:
2222
- name: Check out code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
- name: Run carthage command, build project and run tests
2525
run: |
2626
./scripts/getSimulator
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: macos-latest
3333
steps:
3434
- name: Check out code
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636
- name: build project and run tests
3737
run: |
3838
./scripts/getSimulator
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: macos-latest
4444
steps:
4545
- name: Check out code
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
- name: Install pod, build project and run tests
4848
run: |
4949
./scripts/getSimulator

.github/workflows/pre-release-qa.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: macos-latest
88
steps:
99
- name: Check out code
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111
- name: Install pod, build project and run tests
1212
run: |
1313
echo "branch=${{ github.ref }}" >> $GITHUB_OUTPUT
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macos-15
2121
steps:
2222
- name: Check out code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
- name: Create Cart File, run carthage command, build project and run tests
2525
env:
2626
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: macos-latest
3737
steps:
3838
- name: Check out code
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040
- name: build project and run tests
4141
run: |
4242
./scripts/getSimulator
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: macos-latest
4848
steps:
4949
- name: Check out code
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v6
5151
- name: build xcframework, then build project and run tests
5252
run: |
5353
./scripts/getSimulator
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: macos-latest
6060
steps:
6161
- name: Check out code
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v6
6363
- name: build static xcframework, then build project and run tests
6464
run: |
6565
./scripts/getSimulator
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: macos-latest
7272
steps:
7373
- name: Check out code
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v6
7575
- name: Install pod, build project and run tests
7676
run: |
7777
./scripts/getSimulator
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: macos-latest
8484
steps:
8585
- name: Check out code
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v6
8787
- name: Verify Integration using Carthage for tvOS
8888
run: |
8989
./scripts/getSimulator
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: macos-latest
9595
steps:
9696
- name: Check out code
97-
uses: actions/checkout@v4
97+
uses: actions/checkout@v6
9898
- name: build xcframework, then build project and run tests
9999
run: |
100100
./scripts/getSimulator

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macos-latest
2121
steps:
2222
- name: Check out code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
- name: Run static analysis
2525
run: |
2626
xcodebuild analyze -project BranchSDK.xcodeproj
@@ -31,7 +31,7 @@ jobs:
3131
# needs: [static-analysis]
3232
# steps:
3333
# - name: Check out code
34-
# uses: actions/checkout@v4
34+
# uses: actions/checkout@v6
3535
# - name: Update Version
3636
# run: |
3737
# if [[ ${{ inputs.version }} == "patch" ]]; then
@@ -56,7 +56,7 @@ jobs:
5656
needs: [static-analysis]
5757
steps:
5858
- name: Check out code
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v6
6060
- name: Install the Apple certificate
6161
env:
6262
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
@@ -99,7 +99,7 @@ jobs:
9999
needs: [static-analysis]
100100
steps:
101101
- name: Check out code
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v6
103103
- name: Install the Apple certificate
104104
env:
105105
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
@@ -140,7 +140,7 @@ jobs:
140140
needs: [static-analysis]
141141
steps:
142142
- name: Check out code
143-
uses: actions/checkout@v4
143+
uses: actions/checkout@v6
144144
- name: Build static xcframework
145145
run: |
146146
./scripts/prep_static_xcframework.sh
@@ -158,7 +158,7 @@ jobs:
158158
needs: [static-analysis]
159159
steps:
160160
- name: Check out code
161-
uses: actions/checkout@v4
161+
uses: actions/checkout@v6
162162
- name: Build static xcframework
163163
run: |
164164
./scripts/prep_static_xcframework_noidfa.sh
@@ -175,7 +175,7 @@ jobs:
175175
needs: [build-framework, build-static-framework, build-noidfa-framework, build-static-noidfa-framework]
176176
steps:
177177
- name: Check out code
178-
uses: actions/checkout@v4
178+
uses: actions/checkout@v6
179179
- name: Set up Ruby 2.7
180180
uses: ruby/setup-ruby@v1
181181
with:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 20
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
- name: Set up Ruby 2.7
1717
uses: ruby/setup-ruby@v1
1818
with:

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: macos-latest
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Set up Ruby 2.7
2020
uses: ruby/setup-ruby@v1
2121
with:

0 commit comments

Comments
 (0)