Skip to content

Commit ef56c18

Browse files
committed
(maint) Update old actions
Both the checkout@v4 and docker/setup-buildx-action@v1 actions use Node.js 20, which are deprecated. This commit updates both actions to their latest versions (checkout@v6 and docker/setup-buildx-action@v4).
1 parent 8130f1a commit ef56c18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/task_acceptance_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
nslookup artifactory.delivery.puppetlabs.net
5050
5151
- name: Checkout current PR code
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353

5454
- name: Install docker
55-
uses: docker/setup-buildx-action@v1
55+
uses: docker/setup-buildx-action@v4
5656
id: buildx
5757
with:
5858
install: true

0 commit comments

Comments
 (0)