Skip to content

Commit 728a471

Browse files
build(deps): bump the actions group across 1 directory with 4 updates (#22)
1 parent 86e18a7 commit 728a471

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3030
with:
3131
persist-credentials: false
32-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
32+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3333
with:
3434
python-version: "3.14"
3535
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -73,12 +73,12 @@ jobs:
7373
buildx-x86_64-bootstrap-cache-mounts-
7474
- name: Restore Docker cache mounts
7575
if: ${{ github.ref_type != 'tag' }}
76-
uses: reproducible-containers/buildkit-cache-dance@5b81f4d29dc8397a7d341dba3aeecc7ec54d6361 # v3.3.0
76+
uses: reproducible-containers/buildkit-cache-dance@6f699a72a59e4252f05a7435430009b77e25fe06 # v3.3.1
7777
with:
7878
builder: ${{ steps.setup-buildx.outputs.name }}
7979
cache-dir: .cache/buildx-x86_64-bootstrap-cache-mounts
8080
- name: Build image
81-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
81+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
8282
with:
8383
context: .
8484
platforms: linux/amd64
@@ -142,12 +142,12 @@ jobs:
142142
buildx-${{ matrix.platform }}-cache-mounts-
143143
- name: Restore Docker cache mounts
144144
if: ${{ github.ref_type != 'tag' }}
145-
uses: reproducible-containers/buildkit-cache-dance@5b81f4d29dc8397a7d341dba3aeecc7ec54d6361 # v3.3.0
145+
uses: reproducible-containers/buildkit-cache-dance@6f699a72a59e4252f05a7435430009b77e25fe06 # v3.3.1
146146
with:
147147
builder: ${{ steps.setup-buildx.outputs.name }}
148148
cache-dir: .cache/buildx-${{ matrix.platform }}-cache-mounts
149149
- name: Build image
150-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
150+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
151151
with:
152152
context: .
153153
platforms: linux/${{ matrix.platform }}
@@ -173,15 +173,15 @@ jobs:
173173
if-no-files-found: error
174174
- name: Login to GitHub Container Registry
175175
if: github.event_name == 'push'
176-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
176+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
177177
with:
178178
registry: ghcr.io
179179
username: ${{ github.actor }}
180180
password: ${{ secrets.GITHUB_TOKEN }}
181181
- name: Push image by digest
182182
if: github.event_name == 'push'
183183
id: build
184-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
184+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
185185
with:
186186
context: .
187187
platforms: linux/${{ matrix.platform }}
@@ -240,7 +240,7 @@ jobs:
240240
type=pep440,pattern={{major}}.{{minor}}
241241
type=pep440,pattern={{major}}
242242
- name: Login to GitHub Container Registry
243-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
243+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
244244
with:
245245
registry: ghcr.io
246246
username: ${{ github.actor }}

0 commit comments

Comments
 (0)