Skip to content

Commit d4a2f7b

Browse files
Bump actions/checkout from 1 to 3 (#8)
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1e37cc commit d4a2f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
os: [ubuntu-latest]
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v1
41+
uses: actions/checkout@v3
4242
- name: Set Up Python
4343
uses: actions/setup-python@v4
4444
with:

0 commit comments

Comments
 (0)