Skip to content

Commit 5f7d8a9

Browse files
chore: bump the versions of the actions
1 parent 3dd51ef commit 5f7d8a9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,15 @@ jobs:
1919
if: github.repository_owner == 'ctrlplanedev'
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

2626
- name: Set up Go
27-
uses: actions/setup-go@v5
28-
with:
29-
go-version-file: go.mod
27+
uses: actions/setup-go@v6
3028

3129
- name: Run GoReleaser
32-
uses: goreleaser/goreleaser-action@v5
30+
uses: goreleaser/goreleaser-action@v7
3331
with:
3432
distribution: goreleaser
3533
version: "~> v2"
@@ -40,9 +38,9 @@ jobs:
4038
docker:
4139
needs: release
4240
runs-on: ubuntu-latest
43-
41+
4442
if: github.repository_owner == 'ctrlplanedev'
45-
43+
4644
permissions:
4745
contents: read
4846
id-token: write
@@ -53,7 +51,7 @@ jobs:
5351

5452
steps:
5553
- name: Checkout
56-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5755

5856
- name: Set up QEMU
5957
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)