Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 9e2fda6

Browse files
committed
Merge branch 'main' of https://github.com/pkgforge/pkgcache
2 parents fdd0594 + 064f961 commit 9e2fda6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_aarch64_Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
continue-on-error: true
281281

282282
- name: Attest Build Provenance
283-
uses: actions/attest-build-provenance@v2.3.0
283+
uses: actions/attest-build-provenance@v2.4.0
284284
with:
285285
subject-name: "build-logs-aarch64-Linux-${{ env.UTC_TIME }}"
286286
subject-path: "/tmp/BUILD.log"

.github/workflows/build_x86_64_Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
continue-on-error: true
281281

282282
- name: Attest Build Provenance
283-
uses: actions/attest-build-provenance@v2.3.0
283+
uses: actions/attest-build-provenance@v2.4.0
284284
with:
285285
subject-name: "build-logs-x86_64-Linux-${{ env.UTC_TIME }}"
286286
subject-path: "/tmp/BUILD.log"

.github/workflows/matrix_builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ jobs:
643643

644644
- name: Attest Build Provenance [${{ matrix.package.host }}<==>${{ matrix.package.runner }}]
645645
if: env.CONTINUE_GHRUN != 'FALSE'
646-
uses: actions/attest-build-provenance@v2.3.0
646+
uses: actions/attest-build-provenance@v2.4.0
647647
with:
648648
subject-name: "${{ env.PKG_FAMILY_LOCAL }}-${{ env.BUILD_ID }}-${{ env.GHCRPKG_TAG }}"
649649
subject-path: |

.github/workflows/repo_linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
find "${GITHUB_WORKSPACE}/main" -path "${GITHUB_WORKSPACE}/main/.git" -prune -o -type f -size +95M -exec rm -rvf "{}" + 2>/dev/null
135135
continue-on-error: true
136136

137-
- uses: stefanzweifel/git-auto-commit-action@v5
137+
- uses: stefanzweifel/git-auto-commit-action@v6
138138
with:
139139
repository: ./main
140140
commit_user_name: Azathothas

0 commit comments

Comments
 (0)