Skip to content

Commit

Permalink
Updated actions/checkout to v3 in GitHub Actions CI workflow. (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
esabol authored Nov 20, 2022
1 parent 4213a11 commit 8ee249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
sudo apt-add-repository ${{ matrix.config.toolchain }}
sudo apt-get update
sudo apt-get -y install libtool
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: tweak multi_client_test.cc for container usage
if: matrix.config.container == 'ubuntu:14.04'
run: |
Expand Down

0 comments on commit 8ee249b

Please sign in to comment.