From 73e2818b41687b9aee3c2651f3ed2079940f0f76 Mon Sep 17 00:00:00 2001 From: Pierre Cavin Date: Sat, 4 May 2024 17:19:02 +0200 Subject: [PATCH] ci(action): pin actions/checkout action to v4.1.4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bf6164..04741f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: persist-credentials: false