Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Jan 22, 2024
1 parent b3cae2e commit 1ed9711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Check out vger
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
- name: Build vger
run: |
set -euo pipefail
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Check out vger-demo
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
- name: Build vger-demo
run: |
set -euo pipefail
Expand All @@ -30,6 +30,6 @@ jobs:
runs-on: macos-latest
steps:
- name: Check out vger
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
- name: Build vger
run: swift build

0 comments on commit 1ed9711

Please sign in to comment.