Skip to content

Commit

Permalink
Merge pull request #333 from deNBI/deps/actions-checkout-4.1.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update actions/checkout action to v4.1.7
  • Loading branch information
dweinholz authored Sep 6, 2024
2 parents 66f3b5f + bc2c797 commit 4ab68a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUBSECRET2 }}"
- uses: actions/[email protected].1
- uses: actions/[email protected].7
- name: Build with retry
uses: Wandalen/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUBSECRET2 }}

- uses: actions/[email protected].1
- uses: actions/[email protected].7

- name: Extract branch name
shell: bash
Expand Down

0 comments on commit 4ab68a4

Please sign in to comment.