Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 17, 2023
1 parent 1c57f5d commit d3157eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Swift
run: |
SWIFT_URL=https://swift.org/builds/swift-5.1.1-release/ubuntu1404/swift-5.1.1-RELEASE/swift-5.1.1-RELEASE-ubuntu14.04.tar.gz
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
run: |
swift package -v resolve
Expand Down

0 comments on commit d3157eb

Please sign in to comment.