Skip to content

Commit

Permalink
Merge pull request #100 from waywardmonkeys/ci-update-checkout-action
Browse files Browse the repository at this point in the history
ci: Update to checkout action `v4` from `v2`.
  • Loading branch information
SanderMertens committed Jan 30, 2024
2 parents 260cdaf + 2832edd commit 72e9851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cxx: clang++-10

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install compiler
run: |
sudo apt-get update
Expand All @@ -51,7 +51,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1

- name: install bake
Expand Down

0 comments on commit 72e9851

Please sign in to comment.