Skip to content

Commit 3c6bd7e

Browse files
[skip-release] Update github-actions
1 parent 1bc4362 commit 3c6bd7e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
run:
14-
uses: libops/.github/.github/workflows/build-push.yaml@d7f0ba06b4c8a1f8559892ea65a0b1af4d024dd3 # main
14+
uses: libops/.github/.github/workflows/build-push.yaml@f79884c560c7abc417c7aae3be2f890fb47e1a1f # main
1515
permissions:
1616
contents: read
1717
packages: write

.github/workflows/reusable-goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: Set up Go
77-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
77+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
7878
with:
7979
go-version: ${{ inputs.go-version }}
8080

8181
- name: Run GoReleaser
82-
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7
82+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
8383
with:
8484
distribution: goreleaser
8585
version: latest

0 commit comments

Comments
 (0)