Skip to content

Commit f2c57fa

Browse files
authored
Merge pull request #398 from Roave/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 03dc699 + edd1975 commit f2c57fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
13+
uses: actions/checkout@v5
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@v4"
21+
uses: "actions/checkout@v5"
2222

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

0 commit comments

Comments
 (0)