From 745801d4b64347008ee15037cf9a5337fbc1ace7 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Mon, 6 Nov 2023 22:09:12 +0100 Subject: [PATCH] update action Signed-off-by: Lorenzo Mangani --- .github/workflows/build_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index f90ddd14..02ae7625 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -14,7 +14,7 @@ jobs: name: 'Build & Publish' runs-on: ubuntu-latest steps: - - uses: 'actions/checkout@v3' + - uses: actions/checkout@v4.1.1 with: ref: ${{ github.ref }} - name: Update Package to Release version @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: 'actions/checkout@v3' + - uses: actions/checkout@v4.1.1 with: ref: ${{ github.ref }} - name: Check Docker secret presence @@ -114,7 +114,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: 'actions/checkout@v3' + - uses: actions/checkout@v4.1.1 with: ref: ${{ github.ref }} - name: Check Docker secret presence