Skip to content

Commit

Permalink
Bump actions/checkout to v3 to quiet GHA warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Nov 18, 2022
1 parent 1a224e6 commit 1924bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
clang++ --version
- name: 'Check Out'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: 'Build'
env:
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install cppcheck
- name: 'Check Out'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: 'cppcheck'
run: |
Expand Down

0 comments on commit 1924bd0

Please sign in to comment.