mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-03-03 23:56:43 +00:00
chore(deps): pin dependencies (#15)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -19,10 +19,10 @@ jobs:
|
|||||||
goos: [ "linux", "darwin" ]
|
goos: [ "linux", "darwin" ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.23'
|
go-version: '1.23'
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
.
|
.
|
||||||
|
|
||||||
- name: Upload artifact for ${{ matrix.goos }}
|
- name: Upload artifact for ${{ matrix.goos }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
|
||||||
with:
|
with:
|
||||||
name: gibidify-${{ matrix.goos }}
|
name: gibidify-${{ matrix.goos }}
|
||||||
path: gibidify-${{ matrix.goos }}
|
path: gibidify-${{ matrix.goos }}
|
||||||
@@ -47,10 +47,10 @@ jobs:
|
|||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
||||||
- name: Download Linux binary artifact
|
- name: Download Linux binary artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
|
||||||
with:
|
with:
|
||||||
name: gibidify-linux
|
name: gibidify-linux
|
||||||
path: .
|
path: .
|
||||||
|
|||||||
Reference in New Issue
Block a user