Skip to content

Commit

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

0 comments on commit ddaac98

Please sign in to comment.