Skip to content

Commit 189a2db

Browse files
build(deps): bump actions/checkout from 4 to 5 (#200)
* build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update ci.yml * Update release.yml * Update ci.yml * Update release.yml * Update ci.yml * Update release.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Corey <[email protected]>
1 parent 12b8e75 commit 189a2db

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
CI_XCODE_OLDEST: '/Applications/Xcode_14.2.app/Contents/Developer'
1212
CI_XCODE_14: '/Applications/Xcode_14.3.1.app/Contents/Developer'
13-
CI_XCODE_LATEST: '/Applications/Xcode_16.2.app/Contents/Developer'
13+
CI_XCODE_LATEST: '/Applications/Xcode_16.4.app/Contents/Developer'
1414

1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
@@ -22,21 +22,21 @@ jobs:
2222
runs-on: macos-15
2323
strategy:
2424
matrix:
25-
destination: ['platform=iOS\ Simulator,OS=18.2,name=iPhone\ 16\ Pro\ Max', 'platform\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV', 'platform=watchOS\ Simulator,name=Apple\ Watch\ Series\ 10\ \(46mm\)', 'platform=macOS', 'platform=visionOS\ Simulator,OS=2.2,name=Apple\ Vision\ Pro']
25+
destination: ['platform=iOS\ Simulator,OS=18.4,name=iPhone\ 16\ Pro\ Max', 'platform\=tvOS\ Simulator,OS=18.4,name\=Apple\ TV', 'platform=watchOS\ Simulator,name=Apple\ Watch\ Series\ 10\ \(46mm\)', 'platform=macOS', 'platform=visionOS\ Simulator,OS=2.4,name=Apple\ Vision\ Pro']
2626
action: ['test', 'build']
2727
exclude:
28-
- destination: 'platform=iOS\ Simulator,OS=18.2,name=iPhone\ 16\ Pro\ Max'
28+
- destination: 'platform=iOS\ Simulator,OS=18.4,name=iPhone\ 16\ Pro\ Max'
2929
action: 'build'
30-
- destination: 'platform\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV'
30+
- destination: 'platform\=tvOS\ Simulator,OS=18.4,name\=Apple\ TV'
3131
action: 'build'
3232
- destination: 'platform=macOS'
3333
action: 'build'
34-
- destination: 'platform=visionOS\ Simulator,OS=2.2,name=Apple\ Vision\ Pro'
34+
- destination: 'platform=visionOS\ Simulator,OS=2.4,name=Apple\ Vision\ Pro'
3535
action: 'test'
3636
- destination: 'platform=watchOS\ Simulator,name=Apple\ Watch\ Series\ 10\ \(46mm\)'
3737
action: 'test'
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
- name: Install Extra Packages
4141
run: brew install swiftlint
4242
- name: Create and set the default keychain
@@ -71,7 +71,7 @@ jobs:
7171
timeout-minutes: 25
7272
runs-on: macos-15
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575
- name: Create and set the default keychain
7676
run: |
7777
security create-keychain -p "" temporary
@@ -108,7 +108,7 @@ jobs:
108108
needs: linux
109109
runs-on: macos-13
110110
steps:
111-
- uses: actions/checkout@v4
111+
- uses: actions/checkout@v5
112112
- name: Build-Test
113113
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace Parse.xcworkspace -scheme ParseSwift -destination platform\=iOS\ Simulator,name\=iPhone\ 14\ Pro\ Max -derivedDataPath DerivedData build 2>&1 | xcbeautify --renderer github-actions
114114
env:
@@ -118,7 +118,7 @@ jobs:
118118
timeout-minutes: 10
119119
runs-on: ubuntu-latest
120120
steps:
121-
- uses: actions/checkout@v4
121+
- uses: actions/checkout@v5
122122
- uses: sersoft-gmbh/swifty-linux-action@v3
123123
with:
124124
release-version: "5"
@@ -140,7 +140,7 @@ jobs:
140140
timeout-minutes: 15
141141
runs-on: windows-latest
142142
steps:
143-
- uses: actions/checkout@v4
143+
- uses: actions/checkout@v5
144144
- uses: compnerd/[email protected]
145145
with:
146146
branch: swift-5.10.1-release
@@ -160,7 +160,7 @@ jobs:
160160
needs: linux
161161
runs-on: macos-15
162162
steps:
163-
- uses: actions/checkout@v4
163+
- uses: actions/checkout@v5
164164
- name: Generate Docs
165165
run: set -o pipefail && env NSUnbufferedIO=YES Scripts/generate-documentation
166166
env:
@@ -170,7 +170,7 @@ jobs:
170170
needs: linux
171171
runs-on: macos-15
172172
steps:
173-
- uses: actions/checkout@v4
173+
- uses: actions/checkout@v5
174174
- name: Update Framework Version
175175
run: ./Scripts/update_build
176176
env:

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
# Checkout the repository to the GitHub Actions runner
4444
- name: Checkout code
45-
uses: actions/checkout@5cc54a75f9ad88159bb54046196d920e40e367a5
45+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
4646

4747
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4848
- name: Run Codacy Analysis CLI

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
types: [published]
55
env:
66
CI_XCODE_14: '/Applications/Xcode_14.3.1.app/Contents/Developer'
7-
CI_XCODE_LATEST: '/Applications/Xcode_16.2.app/Contents/Developer'
7+
CI_XCODE_LATEST: '/Applications/Xcode_16.4.app/Contents/Developer'
88

99
jobs:
1010
cocoapods:
1111
runs-on: macos-15
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Get release version
1515
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
1616
- name: Update Framework Version
@@ -26,7 +26,7 @@ jobs:
2626
docs:
2727
runs-on: macos-15
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Get release version
3131
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
3232
- name: Build and Deploy Docs

0 commit comments

Comments
 (0)