File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
username : ${{ github.actor }}
25
25
password : ${{ secrets.GITHUB_TOKEN }}
26
26
- name : Set up Docker Buildx
27
- uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3
27
+ uses : docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3
28
28
- name : Install SQLite
29
29
run : sudo apt-get update && sudo apt-get install libsqlite3-0 libsqlite3-dev -y --no-install-recommends
30
30
Original file line number Diff line number Diff line change 96
96
with :
97
97
platforms : ${{ matrix.architecture.docker }}
98
98
- name : Set up Docker Buildx
99
- uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3
99
+ uses : docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3
100
100
with :
101
101
platforms : linux/${{ matrix.architecture.docker }}
102
102
You can’t perform that action at this time.
0 commit comments