Skip to content

Commit

Permalink
chore(deps): update ci (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent a14092a commit 32e41ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: dist

- name: Publish to Cloudflare Pages πŸ“ƒ
uses: cloudflare/wrangler-action@v3.11.0
uses: cloudflare/wrangler-action@v3.12.0
id: cf
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: npm run build

- name: Create provenance attestation πŸ”
uses: actions/[email protected].3
uses: actions/[email protected].4
continue-on-error: true
with:
subject-path: ${{ env.WORKING_DIR }}/${{ env.ARTIFACTS_PATH }}
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
path: docker_image.tar

- name: Create provenance attestation πŸ”
uses: actions/[email protected].3
uses: actions/[email protected].4
continue-on-error: true
with:
subject-path: docker_image.tar
Expand Down Expand Up @@ -242,7 +242,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].3
uses: actions/[email protected].4
continue-on-error: true
with:
subject-path: dist
Expand Down

0 comments on commit 32e41ed

Please sign in to comment.