Skip to content

Commit

Permalink
Merge pull request #37 from phunkyfish/github-actions-v4
Browse files Browse the repository at this point in the history
Migrate to v4 of github actions
  • Loading branch information
CvH authored Feb 19, 2024
2 parents 5e8ec44 + c0a65e3 commit 21ab92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CXX: g++
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup
run: |
sudo add-apt-repository universe -y
Expand Down

0 comments on commit 21ab92e

Please sign in to comment.