Skip to content

Commit c635580

Browse files
[CI] Use the newest docker/login-action - v3.4.0
1 parent 591f4c6 commit c635580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_dockers_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Login and push require login/pass to GHCR - omit these steps on forks
3232
- name: Login to GitHub Container Registry
3333
if: ${{ github.event_name != 'pull_request' && github.repository == 'oneapi-src/unified-memory-framework' }}
34-
uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 # v3.2.0
34+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
3535
with:
3636
registry: ghcr.io
3737
username: bb-ur

0 commit comments

Comments
 (0)