Skip to content

Commit 60f24c4

Browse files
chore(deps): update ci dependencies (#2377)
1 parent f331747 commit 60f24c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: npm run build
7676

7777
- name: Create provenance attestation 🔏
78-
uses: actions/[email protected].1
78+
uses: actions/[email protected].2
7979
with:
8080
subject-path: |
8181
${{ matrix.platform == 'ubuntu' && 'packaging/tauri/target/release/bundle/appimage_deb' || '' }}
@@ -177,7 +177,7 @@ jobs:
177177
uses: docker/[email protected]
178178

179179
- name: Build images 🛠️
180-
uses: docker/[email protected].0
180+
uses: docker/[email protected].1
181181
id: image
182182
with:
183183
context: .
@@ -200,7 +200,7 @@ jobs:
200200
path: docker_image.tar
201201

202202
- name: Create provenance attestation 🔏
203-
uses: actions/[email protected].1
203+
uses: actions/[email protected].2
204204
with:
205205
subject-path: docker_image.tar
206206

@@ -230,7 +230,7 @@ jobs:
230230
docker cp $(docker create --name jf $(docker images --filter=reference='${{ env.REGISTRY_IMAGE }}' -q | head -n 1)):/usr/share/nginx/html/ ./dist
231231
232232
- name: Create provenance attestation 🔏
233-
uses: actions/[email protected].1
233+
uses: actions/[email protected].2
234234
with:
235235
subject-path: dist
236236

@@ -281,7 +281,7 @@ jobs:
281281
password: ${{ secrets.JF_BOT_TOKEN }}
282282

283283
- name: Create multiplatform image ${{ inputs.push && 'and push 🛠️⬆️' || '🛠️' }}
284-
uses: docker/[email protected].0
284+
uses: docker/[email protected].1
285285
id: image
286286
with:
287287
context: .

0 commit comments

Comments
 (0)