Skip to content

Commit 6ac8624

Browse files
authored
Merge pull request #4 from cbarreholm/actions-node-version
chore: update GitHub Actions to Node.js 24 compatible versions
2 parents b8293bb + 23c85ee commit 6ac8624

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6.0.2
2020

2121
- name: Login to GitHub Container Registry
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@v4.1.0
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}

0 commit comments

Comments
 (0)