1 Commits

Author SHA1 Message Date
Renovate Bot
81c923c256 Update https://git.quad4.io/actions/action-gh-release action to v2
All checks were successful
CI / build (pull_request) Successful in 1m54s
2025-12-30 00:03:31 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -19,13 +19,13 @@ jobs:
uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Setup Go - name: Setup Go
uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with: with:
go-version: '1.25.4' go-version: '1.25.4'
cache: true cache: true
- name: Setup Node - name: Setup Node
uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with: with:
node-version: '22' node-version: '22'

View File

@@ -19,13 +19,13 @@ jobs:
uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Setup Go - name: Setup Go
uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
with: with:
go-version: '1.25.4' go-version: '1.25.4'
cache: true cache: true
- name: Setup Node - name: Setup Node
uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with: with:
node-version: '22' node-version: '22'
@@ -51,7 +51,7 @@ jobs:
NODE_ENV: production NODE_ENV: production
- name: Create Release and Upload Assets - name: Create Release and Upload Assets
uses: https://git.quad4.io/actions/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 uses: https://git.quad4.io/actions/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
with: with:
tag_name: ${{ github.event.inputs.tag_name || github.ref_name }} tag_name: ${{ github.event.inputs.tag_name || github.ref_name }}
files: | files: |