Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 0ad4b8f
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 6a8041e commit 188dfdc
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
submodules: true
- name: Setup Go ${{ matrix.go-version }}
Expand Down

0 comments on commit 188dfdc

Please sign in to comment.