Skip to content

Commit

Permalink
Update build.yml to use checkout V3
Browse files Browse the repository at this point in the history
  • Loading branch information
clelland authored Sep 5, 2023
1 parent c2ed022 commit e00d1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: make ci
- name: Deploy
Expand Down

0 comments on commit e00d1aa

Please sign in to comment.