Skip to content

Commit 8b03289

Browse files
authored
Merge pull request #210 from ianlewis/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents d3e9853 + 936cea1 commit 8b03289

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow_call.golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: golangci-lint
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333
with:
3434
persist-credentials: false
3535
submodules: true

.github/workflows/workflow_call.unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ${{ matrix.os }}
4848
if: ${{ always() }}
4949
steps:
50-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
50+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5151
with:
5252
persist-credentials: false
5353

0 commit comments

Comments
 (0)