Skip to content

Commit 1b34414

Browse files
ci: bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd1dc68 commit 1b34414

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: (github.event_name == 'schedule' && github.repository == 'nginx-proxy/acme-companion') || (github.event_name != 'schedule')
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535

.github/workflows/dockerhub-description.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 repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Docker Hub Description
2424
uses: peter-evans/dockerhub-description@v5

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout Code
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- name: Build Image
3535
run: docker build -t "$IMAGE" .
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Checkout Docker official images tests
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262
with:
6363
repository: docker-library/official-images
6464
path: official-images
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Checkout Code
119-
uses: actions/checkout@v5
119+
uses: actions/checkout@v6
120120

121121
# PREPARE RUNNER ENV
122122
- name: Add Test Domains in /etc/hosts

0 commit comments

Comments
 (0)