Skip to content

Commit 1f140ea

Browse files
chore(deps): update all github action to v4
1 parent 89fd8f0 commit 1f140ea

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
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5555

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

0 commit comments

Comments
 (0)