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 463d1ee commit f9d8dd4
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 @@ -17,8 +17,8 @@ jobs:
latest: ${{ steps.versions.outputs.latest }}
steps:
- name: check out code
uses: actions/checkout@v4.1.7
- uses: arnested/go-version-action@v1.1.16
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: arnested/go-version-action@b4aefb809febc150eb645efd31b1a3fd50b2068a # v1.1.16
id: versions

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

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

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

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

0 comments on commit f9d8dd4

Please sign in to comment.