Skip to content

Commit 2418cb2

Browse files
renovate[bot]rolinh
authored andcommitted
chore(deps): update actions/checkout action to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0da073f commit 2418cb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
go-version: ${{ matrix.go-version }}
2424
- name: Checkout code
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2626
- name: Build
2727
run: make
2828
- name: Run static checks
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
go-version: ${{ matrix.go-version }}
5252
- name: Checkout code
53-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
53+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5454
- name: Build
5555
working-directory: ./cmd
5656
run: make
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
go-version: ${{ matrix.go-version }}
8484
- name: Checkout code
85-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
85+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8686
- name: Build
8787
working-directory: ./flow
8888
run: make

0 commit comments

Comments
 (0)