Skip to content

Commit e2b823e

Browse files
Merge pull request #142 from ImperialCollegeLondon/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 90e6e9c + 5f0a3b6 commit e2b823e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
needs: test
3434
steps:
3535
- name: Login to GitHub Container Registry
36-
uses: docker/login-action@v2
36+
uses: docker/login-action@v3
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}

0 commit comments

Comments
 (0)