Compare commits
1 Commits
7c46aa346a
...
b96b4c2739
Author | SHA1 | Date | |
---|---|---|---|
b96b4c2739 |
@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
||||
outputs:
|
||||
latesttag: ${{ steps.latesttag.outputs.latesttag }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Get latest tag
|
||||
@ -54,7 +54,7 @@ jobs:
|
||||
success: ${{ steps.set_flag.outputs.success }}
|
||||
srvurl: ${{ steps.set_srvurl.outputs.srvurl }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user