Skip to content

Commit 182724d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
xcode: "Xcode_16.1"
3030
runsOn: macOS-14
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
- name: ${{ matrix.name }}
3434
run: xcodebuild test -scheme "Snacker" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
3535
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)