Skip to content

Commit

Permalink
Merge pull request #149 from nelhage/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
nelhage committed Sep 5, 2023
2 parents 1238097 + 7c48e2b commit fe2fdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- python2
- python3
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- run: apt-get update && apt-get -y install gcc-multilib libcap-dev gcc ${{matrix.python}} virtualenv ${{matrix.python}}-dev make
Expand Down

0 comments on commit fe2fdb1

Please sign in to comment.