Skip to content

Commit 324b99a

Browse files
authored
Merge pull request #23 from developer-overheid-nl/dependabot/github_actions/dot-github/workflows/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4 in /.github/workflows
2 parents f6788b8 + abd27d1 commit 324b99a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Login to GitHub Container Registry
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@v4
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}

0 commit comments

Comments
 (0)