Skip to content

Commit

Permalink
chore(deps): update ci dependencies (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 7e5cf9b commit 1697d99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: npm run build

- name: Create provenance attestation 🔏
uses: actions/[email protected].2
uses: actions/[email protected].3
continue-on-error: true
with:
subject-path: ${{ env.ARTIFACTS_PATH }}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
path: docker_image.tar

- name: Create provenance attestation 🔏
uses: actions/[email protected].2
uses: actions/[email protected].3
continue-on-error: true
with:
subject-path: docker_image.tar
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
docker cp $(docker create --name jf $(docker images --filter=reference='${{ env.REGISTRY_IMAGE }}' -q | head -n 1)):/usr/share/nginx/html/ ./dist
- name: Create provenance attestation 🔏
uses: actions/[email protected].2
uses: actions/[email protected].3
continue-on-error: true
with:
subject-path: dist
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
${{ needs.docker_inputs.outputs.tags }}
- name: Remove cache artifacts 🗑️
uses: geekyeggo/delete-artifact@v5.0.0
uses: geekyeggo/delete-artifact@v5.1.0
with:
name: |
buildx-*

0 comments on commit 1697d99

Please sign in to comment.