Skip to content

Commit 0955f04

Browse files
Update release.yml
change checkout@v2 to change checkout@v3 in the release.yml
1 parent fa4b0f1 commit 0955f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 15
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Verify commit exists in origin/master
1515
run: |
1616
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*

0 commit comments

Comments
 (0)