Skip to content

Commit 9423e57

Browse files
chore(deps): update actions (#529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d968fb8 commit 9423e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v5
1515

1616
- name: Extract and validate Unreleased section
17-
uses: actions/github-script@v7
17+
uses: actions/github-script@v8
1818
with:
1919
script: |
2020
const fs = require('fs');

.github/workflows/release.yml

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

5353
- name: Generate artifact attestation
5454
if: ${{ steps.release.outputs.release_created }}
55-
uses: actions/attest-build-provenance@v1
55+
uses: actions/attest-build-provenance@v3
5656
with:
5757
subject-name: haproxy-cookbook-${{ steps.release.outputs.tag_name }}
5858

0 commit comments

Comments
 (0)