From ba6f8b2d8a99f8dfd9809e5ef0dcef2d9cb95a08 Mon Sep 17 00:00:00 2001 From: agrgr Date: Thu, 21 Dec 2023 20:21:24 +0200 Subject: [PATCH] update version of checkout --- .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 4d0dae8..6394fa8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Import GPG Key uses: crazy-max/ghaction-import-gpg@v6 with: