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:
Wolfgang Walther
2024-05-05 17:48:44 +02:00
parent a57d12b102
commit 463dfb552d
+1 -1
View File
@@ -151,7 +151,7 @@ jobs:
- build
- arm
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Check the version to be released
run: |
cabal_version="$(grep -oP '^version:\s*\K.*' postgrest.cabal)"