Skip to content

Commit 077128e

Browse files
authored
Merge pull request #6 from DataDog/TRAIN-1838-update-workflow-node-runtime
Bump node-based GH actions to latest major version
2 parents 4d7fb4f + 4393593 commit 077128e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626

2727
- name: Log into registry ${{ env.REGISTRY }}
28-
uses: docker/login-action@v2.0.0
28+
uses: docker/login-action@v3
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Build and push Docker image
35-
uses: docker/build-push-action@v3.1.1
35+
uses: docker/build-push-action@v5
3636
with:
3737
context: .
3838
push: true

0 commit comments

Comments
 (0)