Skip to content

Commit 8039949

Browse files
Bump actions/checkout from 1 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18bbb36 commit 8039949

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-deployment-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Source: https://github.com/day8/dockerfile-for-dev-ci-image
1313
image: ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-latest:2
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v4
1616
- name: Maven cache
1717
uses: actions/cache@v4
1818
with:
@@ -53,7 +53,7 @@ jobs:
5353
# Source: https://github.com/day8/dockerfile-for-dev-ci-image
5454
image: ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-latest:2
5555
steps:
56-
- uses: actions/checkout@v1
56+
- uses: actions/checkout@v4
5757
- name: Maven cache
5858
uses: actions/cache@v4
5959
with:

.github/workflows/continuous-integration-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# Source: https://github.com/day8/dockerfile-for-dev-ci-image
1010
image: ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-latest:2
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1313
- name: Maven cache
1414
uses: actions/cache@v4
1515
with:

0 commit comments

Comments
 (0)