Skip to content

Commit

Permalink
update actions/checkout in GitHub Actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jun 14, 2022
1 parent 05bb580 commit 7da1f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -104,7 +104,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install packages
if: matrix.install
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Boost
shell: cmd
Expand Down

0 comments on commit 7da1f15

Please sign in to comment.