chore(deps): update actions/checkout hash for release/prepare job
Accidentally committed an outdated version, this aligns it with all the other references to the same action.
This commit is contained in:
@@ -151,7 +151,7 @@ jobs:
|
|||||||
- build
|
- build
|
||||||
- arm
|
- arm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
- name: Check the version to be released
|
- name: Check the version to be released
|
||||||
run: |
|
run: |
|
||||||
cabal_version="$(grep -oP '^version:\s*\K.*' postgrest.cabal)"
|
cabal_version="$(grep -oP '^version:\s*\K.*' postgrest.cabal)"
|
||||||
|
|||||||
Reference in New Issue
Block a user