Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent cbc2734 commit 538d1b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
image: swift:${{ matrix.swift }}
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.0
- name: Test
run: swift test -c release --skip-update --parallel --enable-code-coverage
- name: Build Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
xcode: [11.7, 12.5.1]
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.0
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s '/Applications/Xcode_${{ matrix.xcode }}.app'
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
xcode: [13.4.1, 14.1]
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.0
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s '/Applications/Xcode_${{ matrix.xcode }}.app'
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tag: 5.7-RELEASE

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build Release
run: swift build -c release --verbose

0 comments on commit 538d1b0

Please sign in to comment.