Skip to content

Commit 54e6fc5

Browse files
authored
Merge pull request #426 from Roave/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 910b02b + 8b4dd61 commit 54e6fc5

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)