Skip to content

Commit 4cd062e

Browse files
dependabot[bot]misilot
authored andcommitted
Bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c74af9 commit 4cd062e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/reusable-docker-build-ssh.yml

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

9999
# https://github.com/actions/checkout
100100
- name: Checkout codebase
101-
uses: actions/checkout@v5
101+
uses: actions/checkout@v6.0.0
102102

103103
# https://github.com/docker/setup-buildx-action
104104
- name: Setup Docker Buildx

.github/workflows/reusable-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
# https://github.com/actions/checkout
9696
- name: Checkout codebase
97-
uses: actions/checkout@v5.0.0
97+
uses: actions/checkout@v6.0.0
9898

9999
# https://github.com/docker/setup-buildx-action
100100
- name: Setup Docker Buildx

.github/workflows/reusable-lambda-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Deploy Lambda Function
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v5.0.0
42+
- uses: actions/checkout@v6.0.0
4343

4444
- name: Make artifact directory
4545
run: mkdir -p ./artifacts/${{ github.repository }}/packages

.github/workflows/reuseable-crlf-check.yml

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

1111
steps:
1212
- name: Checkout repository contents
13-
uses: actions/checkout@v5.0.0
13+
uses: actions/checkout@v6.0.0
1414

1515
- name: Use action to check for CRLF endings
1616
uses: erclu/check-crlf@master

0 commit comments

Comments
 (0)