Skip to content

Commit

Permalink
chore: checkout later tag
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
  • Loading branch information
0xivanov committed Sep 20, 2024
1 parent b5ddd17 commit e33f11a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
ref: 'refs/tags/v2.44.0'

- name: Vet Examples
run: go vet ./examples/...
Expand Down Expand Up @@ -95,6 +98,9 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
ref: 'refs/tags/v2.44.0'

- name: Start the local node
if: success()
Expand Down Expand Up @@ -155,6 +161,9 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
ref: 'refs/tags/v2.44.0'

- name: Install Task
run: go install github.com/go-task/task/v3/cmd/task@v3.17.0
Expand Down

0 comments on commit e33f11a

Please sign in to comment.