Skip to content

Commit

Permalink
Update checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Apr 22, 2024
1 parent 030f326 commit 000a379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -48,7 +48,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Clone https://github.com/erocarrera/pefile-tests
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: erocarrera/pefile-tests
path: ./pefile-tests
Expand Down

0 comments on commit 000a379

Please sign in to comment.