Skip to content

Commit 15e7db1

Browse files
authored
Merge pull request #369 from TotallyNotRobots/dependabot/github_actions/actions/checkout-2.3.4
build(deps): bump actions/checkout from 2 to 2.3.4
2 parents 76889b4 + b793167 commit 15e7db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- '3.9'
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v2.3.4
2525
with:
2626
fetch-depth: 0
2727
- name: Set up Python ${{ matrix.python-ver }}

0 commit comments

Comments
 (0)