Skip to content

Commit b5cc94b

Browse files
chore(deps): update actions/checkout action to v6 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b01302 commit b5cc94b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
SwiftLint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: GitHub Action for SwiftLint
2222
uses: norio-nomura/action-swiftlint@3.2.1
2323
with:
@@ -39,7 +39,7 @@ jobs:
3939
xcode: "Xcode_16.1"
4040
runsOn: macOS-14
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v6
4343
- name: ${{ matrix.name }}
4444
run: xcodebuild test -scheme "flex-ui" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
4545
- uses: actions/upload-artifact@v5
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v6
5757
- name: Discover typos
5858
run: |
5959
export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.11/bin"

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ruby-version: 3.1.4
1919
bundler-cache: true
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
- name: Setup gems
2323
run: |
2424
gem install bundler

0 commit comments

Comments
 (0)