]> git.feebdaed.xyz Git - 0xmirror/mitmproxy.git/commitdiff
Bump the github-actions group with 2 updates (#7876)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 8 Sep 2025 14:00:09 +0000 (14:00 +0000)
committerGitHub <noreply@github.com>
Mon, 8 Sep 2025 14:00:09 +0000 (14:00 +0000)
Bumps the github-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).

Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

Updates `actions/attest-build-provenance` from 2 to 3
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/autofix.yml
.github/workflows/main.yml
.github/workflows/release.yml

index 2659a30c442d3278a684b1103bf4086f44413ebf..0345d266da3b050846e32c0eaeb68340d1f55c52 100644 (file)
@@ -24,7 +24,7 @@ jobs:
 
       - run: web/gen/all
 
-      - uses: actions/setup-node@v4
+      - uses: actions/setup-node@v5
         with:
           node-version-file: .github/node-version.txt
       - run: npm ci
index 10045d1ca7a7fadf6606fa0232ba94ed305adda1..84b042704a2236901b922b1bc0cd85f88fffd873 100644 (file)
@@ -151,7 +151,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b
-      - uses: actions/setup-node@v4
+      - uses: actions/setup-node@v5
         with:
           node-version-file: .github/node-version.txt
       - name: Cache Node.js modules
@@ -290,7 +290,7 @@ jobs:
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}
           annotations: ${{ steps.meta.outputs.annotations }}
-      - uses: actions/attest-build-provenance@v2
+      - uses: actions/attest-build-provenance@v3
         with:
           subject-name: ghcr.io/${{ github.repository }}
           subject-digest: ${{ steps.push.outputs.digest }}
@@ -342,7 +342,7 @@ jobs:
           merge-multiple: true
           path: release/dist
       - id: provenance
-        uses: actions/attest-build-provenance@v2
+        uses: actions/attest-build-provenance@v3
         with:
           subject-path: 'release/dist/*'
       - run: |
index 90131ebccc0bac88f13d65a05b9783ced260d6b1..223c88b012a07590db95d65f50f9ff875ada7377 100644 (file)
@@ -25,7 +25,7 @@ jobs:
       - uses: actions/checkout@v5
         with:
           token: ${{ secrets.GH_PUSH_TOKEN }}  # this token works to push to the protected main branch.
-      - uses: actions/setup-node@v4
+      - uses: actions/setup-node@v5
         with:
           node-version-file: .github/node-version.txt
       - uses: mhils/workflows/setup-python@16608e9df5912db0e3ad86a9b90e25e933f2496b