Skip to content

Commit 64114fc

Browse files
chore(deps): update all github action to v4
1 parent 8fc5417 commit 64114fc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bake_targets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Log in to the GitHub Container registry
35-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
35+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Set up QEMU
42-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
42+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
4343
with:
4444
platforms: 'linux/arm64'
4545

.github/workflows/update_os_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5757

5858
- name: Log in to the GitHub Container registry
59-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
59+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

0 commit comments

Comments
 (0)