From d43c4c536d48d9b118b10f7a55394068ce165296 Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Mon, 20 Nov 2023 12:26:20 +0200 Subject: [PATCH] Use version not hash --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 44276a07a2..3497bea2a3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Release charm libraries