Skip to content

Commit 9a9c02f

Browse files
authored
Merge pull request #22 from ptr727/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 030a266 + 0ec885b commit 9a9c02f

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)