Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 6ce0af1 commit 5d97568
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/xcodeproj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build (macOS)
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
Expand All @@ -22,14 +22,14 @@ jobs:
name: Build (Linux)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Build
run: swift build -c release
test:
name: Test (macOS / Xcode)
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
Expand All @@ -41,7 +41,7 @@ jobs:
name: Test (Linux)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Set Git config
run: |
git config --global user.email "[email protected]"
Expand All @@ -53,7 +53,7 @@ jobs:
name: Swiftlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
env:
Expand Down

0 comments on commit 5d97568

Please sign in to comment.