Skip to content

Commit

Permalink
Merge pull request #2 from tgymnich/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
tgymnich authored Mar 2, 2024
2 parents e28781c + 72f3965 commit b1bac62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: swift build --build-tests
- name: Test
Expand Down

0 comments on commit b1bac62

Please sign in to comment.