Skip to content

Commit 775ddce

Browse files
ci: bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fbd668 commit 775ddce

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)