Skip to content

Commit f0812b0

Browse files
Update github actions dependencies
1 parent fb9d71d commit f0812b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build changelog from PRs with labels
3636
if: startsWith(github.ref, 'refs/tags/v')
3737
id: build_changelog
38-
uses: mikepenz/release-changelog-builder-action@348e88fab4c37338b1e803ceb2d4a7a5db6c0833 # v6
38+
uses: mikepenz/release-changelog-builder-action@c9bcd8238b6f41e05561348339429d360b1c0247 # v6
3939
with:
4040
configuration: ".github/changelog-configuration.json"
4141
# PreReleases still get a changelog, but the next full release gets a diff since the last full release,

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1212
with:
1313
fetch-depth: "0"
14-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
14+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
1515
with:
1616
go-version-file: 'go.mod'
1717
- name: Go generate

0 commit comments

Comments
 (0)