diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 892da69..1822674 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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: | @@ -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 @@ -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