Skip to content

Commit 11eef64

Browse files
Bump actions/checkout from 4.0.0 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35af1b0 commit 11eef64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818

1919
- name: Checkout
20-
uses: actions/checkout@v4.0.0
20+
uses: actions/checkout@v4.2.0
2121

2222
- name: Set up Docker Buildx
2323
uses: docker/setup-buildx-action@v3.3.0

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Checkout
16-
uses: actions/checkout@v4.0.0
16+
uses: actions/checkout@v4.2.0
1717

1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v3.3.0

0 commit comments

Comments
 (0)