Skip to content

Commit e551687

Browse files
authored
Merge pull request #36 from Quick/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 53577ab + 0945ad2 commit e551687

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-swiftpm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app"
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
if: ${{ needs.filter.outputs.should_skip != 'true' }}
3636
- run: swift build
3737
if: ${{ needs.filter.outputs.should_skip != 'true' }}
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app"
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v6
5353
if: ${{ needs.filter.outputs.should_skip != 'true' }}
5454
- run: swift build
5555
if: ${{ needs.filter.outputs.should_skip != 'true' }}
@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: false
7070
container: ${{ matrix.container }}
7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v6
7373
if: ${{ needs.filter.outputs.should_skip != 'true' }}
7474
- run: swift build
7575
if: ${{ needs.filter.outputs.should_skip != 'true' }}
@@ -81,6 +81,6 @@ jobs:
8181
needs: filter
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: actions/checkout@v4
84+
- uses: actions/checkout@v6
8585
- uses: skiptools/swift-android-action@v2
8686

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
- name: Build Docs
2323
run: |

.github/workflows/swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
lint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: norio-nomura/[email protected]

0 commit comments

Comments
 (0)