Skip to content

Commit

Permalink
feat(Dependencies): Update actions/checkout action to v4.1.7
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.1 | v4.1.7 |
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent 66f3b5f commit bc2c797
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 bc2c797

Please sign in to comment.