Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 3f885ad commit e2f8045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
latest: ${{ steps.versions.outputs.latest }}
steps:
- name: check out code
uses: actions/checkout@v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: arnested/go-version-action@v1.1.16
id: versions

Expand All @@ -36,7 +36,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: check out code
uses: actions/checkout@v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

0 comments on commit e2f8045

Please sign in to comment.