Skip to content

Commit 1fc5943

Browse files
chore(deps): update github actions to v7
| datasource | package | from | to | | ----------- | ---------------- | ------ | -- | | github-tags | actions/checkout | v6.0.3 | v7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b1a11e commit 1fc5943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
packages: write
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
21+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2222
with:
2323
# On workflow_dispatch, checkout the tag passed in. On a tag push, checkout the tag from the event.
2424
ref: ${{ github.event.inputs.version || github.ref }}

0 commit comments

Comments
 (0)