Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Nov 6, 2023
1 parent 7799cc1 commit 745801d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 745801d

Please sign in to comment.