Skip to content

Commit bcd6666

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- 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 6c3c9ed commit bcd6666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
steps:
3636

3737
- name: "[SETUP] Checkout repository's default branch"
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v3
3939
with:
4040
ref: ${{ inputs.repository_default_branch }}
4141
fetch-depth: 0

0 commit comments

Comments
 (0)