Skip to content

Commit 073aedb

Browse files
authored
Merge pull request #3 from cloudflightio/c019dependabot/github_actions/actions/checkout-2.3.4
build(deps): bump actions/checkout from 1 to 2.3.4
2 parents 9607a7e + 46df04e commit 073aedb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- 3.9
2424
fail-fast: false
2525
steps:
26-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v2.3.4
2727
- uses: actions/setup-python@v1
2828
with:
2929
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)