Skip to content

Commit 8ee3ee3

Browse files
Merge pull request #31 from mohsenmottaghi/update-gh-ci
ci(release): update gh actions
2 parents 67fb17e + bc6eb0d commit 8ee3ee3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

20-
- name: Set up Go 1.23.x
21-
uses: actions/setup-go@v5
20+
- name: Set up Go 1.25.x
21+
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.23.x'
23+
go-version: '1.25'
2424

2525
- name: Store GPG private key in a file
2626
run: |

0 commit comments

Comments
 (0)