Skip to content

Commit

Permalink
Merge pull request #67 from FelixHerrmann/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
FelixHerrmann authored Oct 22, 2023
2 parents 8af1990 + aa073a4 commit 08c2fad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
TAG: ${{ github.ref_name }}
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build executable
run: |
swift build \
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
SHA256: ${{ needs.release-build.outputs.sha }}
steps:
- name: Checkout FelixHerrmann/homebrew-tap
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'FelixHerrmann/homebrew-tap'
- name: Update Formula
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: SwiftLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: norio-nomura/[email protected]
with:
args: --strict
4 changes: 2 additions & 2 deletions .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name=Apple Watch Series 6 (44mm)
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Scheme
run: |
xcodebuild \
Expand All @@ -42,7 +42,7 @@ jobs:
needs: build-libraries
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run tests
run: |
xcodebuild \
Expand Down

0 comments on commit 08c2fad

Please sign in to comment.