Skip to content

Commit abd3690

Browse files
Bump docker/login-action from 2 to 3 (rust-lang#2916)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
1 parent d095367 commit abd3690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
cargo package -p kani-verifier
272272
273273
- name: 'Login to GitHub Container Registry'
274-
uses: docker/login-action@v2
274+
uses: docker/login-action@v3
275275
with:
276276
registry: ghcr.io
277277
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)