Skip to content

Commit e687a7f

Browse files
authored
Merge pull request #1204 from nginx-proxy/dependabot/github_actions/actions/checkout-5
ci: bump actions/checkout from 4 to 5
2 parents b6f81df + a8546ec commit e687a7f

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
@@ -25,7 +25,7 @@ jobs:
2525
if: (github.event_name == 'schedule' && github.repository == 'nginx-proxy/acme-companion') || (github.event_name != 'schedule')
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/dockerhub-description.yml

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

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Docker Hub Description
2121
uses: peter-evans/dockerhub-description@v4

.github/workflows/test.yml

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

2727
steps:
2828
- name: Checkout Code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Build Image
3232
run: docker build -t "$IMAGE" .
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Checkout Docker official images tests
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959
with:
6060
repository: docker-library/official-images
6161
path: official-images
@@ -113,7 +113,7 @@ jobs:
113113

114114
steps:
115115
- name: Checkout Code
116-
uses: actions/checkout@v4
116+
uses: actions/checkout@v5
117117

118118
# PREPARE RUNNER ENV
119119
- name: Add Test Domains in /etc/hosts

0 commit comments

Comments
 (0)