From 463dfb552d8852c4eb5995ffcd741aa93f86b4d0 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 5 May 2024 17:48:44 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbd0a5a02..66932806c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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)"