Skip to content

Commit

Permalink
chore: update build dependencies
Browse files Browse the repository at this point in the history
Change-Id: I94110382c97c58a01e2fc4d21f397ded803e5821
Signed-off-by: mtlljm <[email protected]>
  • Loading branch information
mtlljm committed Nov 4, 2024
1 parent ae37baa commit f286158
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get current version
id: current_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_release_rules: feat:patch,bump:minor
Expand All @@ -35,9 +35,9 @@ jobs:
yarn test:ci
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5.1.0
with:
go-version: '1.21'
go-version: '1.23'

- name: Build go
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
yarn zip
- name: Attatch artifacts to job
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sasesp-plugin-zip-files
path: ./sasesp-plugin*.zip
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Bump version and push tag
if: ${{ !inputs.release }}
id: release_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_release_rules: feat:patch,bump:minor
Expand Down

0 comments on commit f286158

Please sign in to comment.