[General]: Update workflows (#1027)
This commit is contained in:
parent
aad6096ccd
commit
e1371a85a0
2
.github/workflows/draft-new-release.yml
vendored
2
.github/workflows/draft-new-release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
name: "Draft a new release"
|
name: "Draft a new release"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3.5.2
|
||||||
|
|
||||||
- name: Normalize version
|
- name: Normalize version
|
||||||
id: normalize_version
|
id: normalize_version
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out files
|
- name: Check out files
|
||||||
if: github.event.pull_request.merged
|
if: github.event.pull_request.merged
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3.5.2
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
lfs: false
|
lfs: false
|
||||||
|
Loading…
Reference in New Issue
Block a user