Skip to content

Commit c3ab37f

Browse files
chore(deps): update all github action
1 parent 1854c71 commit c3ab37f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bake_targets.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ 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

4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
47+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
4848

4949
- name: Build and push
50-
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6
50+
uses: docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7
5151
id: build
5252
env:
5353
BUILDX_METADATA_PROVENANCE: disabled

.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)