Skip to content

Commit 37bb5bb

Browse files
Merge pull request #6 from cytopia/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 6c3c9ed + bcd6666 commit 37bb5bb

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)