Skip to content

Commit

Permalink
Merge pull request #76 from striezel-stash/gh-actions-update
Browse files Browse the repository at this point in the history
update actions/checkout in GitHub Actions to v3
  • Loading branch information
igaztanaga committed Jun 25, 2022
2 parents 05bb580 + 7da1f15 commit 198927b
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 198927b

Please sign in to comment.