Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 692973e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent 6a8041e commit 5829380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go-version: ['1.21.x', 'stable']
steps:
- name: Clone
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
submodules: true
- name: Dependencies
Expand All @@ -39,7 +39,7 @@ jobs:
go-version: ['1.21.x', 'stable']
steps:
- name: Clone
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
submodules: true
- name: Setup Go ${{ matrix.go-version }}
Expand All @@ -60,7 +60,7 @@ jobs:
go-version: ['1.21.x', 'stable']
steps:
- name: Clone
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
submodules: true
- name: Setup Go ${{ matrix.go-version }}
Expand Down

0 comments on commit 5829380

Please sign in to comment.