Skip to content

Commit d291afe

Browse files
authored
Merge pull request #1052 from nginx-proxy/dependabot/github_actions/actions/checkout-4
ci: bump actions/checkout from 3 to 4
2 parents 9fbd668 + 775ddce commit d291afe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/test.yml

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

2626
steps:
2727
- name: Checkout Code
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: Build Image
3131
run: docker build -t "$IMAGE" .
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout Docker official images tests
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858
with:
5959
repository: docker-library/official-images
6060
path: official-images
@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- name: Checkout Code
123-
uses: actions/checkout@v3
123+
uses: actions/checkout@v4
124124

125125
# PREPARE RUNNER ENV
126126
- name: Add Test Domains in /etc/hosts

0 commit comments

Comments
 (0)