File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
24
24
- if : ${{ ! (env.VERSION != null && env.VERSION != '') }}
25
25
name : set-version-via-date
26
26
run : echo "VERSION=$(date '+%Y.%m.%d')" >> $GITHUB_ENV
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
- name : check-version-tag
29
29
shell : bash
30
30
run : |
31
31
git fetch --tags --force
32
32
git show-ref --tags --verify --quiet -- "refs/tags/${{ env.VERSION }}" && echo "VERSION=$(date '+%Y.%m.%d-%H.%M')" >> $GITHUB_ENV || exit 0
33
33
- name : create-update-branch
34
- uses : peterjgrainger/action-create-branch@v2 .0.1
34
+ uses : peterjgrainger/action-create-branch@v3 .0.0
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
with :
38
38
branch : " ${{ env.BRANCH_PREFIX }}${{ env.VERSION }}"
39
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v4
40
40
with :
41
41
fetch-depth : 0
42
42
ref : ${{ env.BRANCH_PREFIX }}${{ env.VERSION }}
You can’t perform that action at this time.
0 commit comments