Skip to content

Commit 0ec885b

Browse files
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 b19b5c4 commit 0ec885b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildPublishPipeline.yml

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

2121
# https://github.com/marketplace/actions/checkout
2222
- name: 'Checkout Code'
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
# https://github.com/marketplace/actions/docker-setup-qemu
2626
- name: 'Setup QEMU'

.github/workflows/DockerHubDescription.yml

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

1515
# https://github.com/marketplace/actions/checkout
1616
- name: 'Checkout Code'
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
# https://github.com/marketplace/actions/docker-hub-description
2020
- name: 'Update Docker Hub Description'

0 commit comments

Comments
 (0)