[General]: Update workflows (#1027)

This commit is contained in:
Edo 2023-05-11 16:13:49 +01:00 committed by GitHub
parent aad6096ccd
commit e1371a85a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
name: "Draft a new release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.5.2
- name: Normalize version
id: normalize_version

View File

@ -12,7 +12,7 @@ jobs:
steps:
- name: Check out files
if: github.event.pull_request.merged
uses: actions/checkout@v3
uses: actions/checkout@v3.5.2
with:
submodules: false
lfs: false