Skip to content

Commit 46df04e

Browse files
build(deps): bump actions/checkout from 1 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v2.3.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9607a7e commit 46df04e

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)