Skip to content

Commit 8b4dd61

Browse files
Update actions/checkout action to v7
| datasource | package | from | to | | ----------- | ---------------- | ---- | ------ | | github-tags | actions/checkout | v6 | v7.0.1 |
1 parent 910b02b commit 8b4dd61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-docker-image-to-github-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out the repo
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414

1515
- name: Docker meta
1616
id: meta

.github/workflows/release-on-milestone-closed-triggering-release-event.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: "Checkout"
21-
uses: "actions/checkout@v6"
21+
uses: "actions/checkout@v7"
2222

2323
- name: "Release"
2424
uses: "laminas/automatic-releases@v1"

0 commit comments

Comments
 (0)