Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 0c108dc commit d93420a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix: ${{ steps.versions.outputs.matrix }}
latest: ${{ steps.versions.outputs.latest }}
steps:
- uses: actions/checkout@v3
- uses: arnested/[email protected]
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: arnested/go-version-action@b4aefb809febc150eb645efd31b1a3fd50b2068a # v1.1.16
id: versions

build:
Expand All @@ -30,12 +30,12 @@ jobs:
steps:

- name: setup go ${{ matrix.go-version }}
uses: actions/[email protected]
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ matrix.go-version }}

- name: check out code
uses: actions/[email protected]
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: install
run: go install -mod=readonly ./cmd/tuplip
Expand Down

0 comments on commit d93420a

Please sign in to comment.