Skip to content

Commit c7a3600

Browse files
committed
gh-action: checkout@v6
1 parent e2f1ed7 commit c7a3600

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ jobs:
402402
runs-on: ubuntu-latest
403403
steps:
404404
- name: 🥏 Checkout
405-
uses: actions/checkout@v5
405+
uses: actions/checkout@v6
406406
- name: 🍭 Run
407407
uses: oss-review-toolkit/ort-ci-github-action@main
408408
with:
@@ -425,7 +425,7 @@ jobs:
425425
GO111MODULE: on
426426
steps:
427427
- name: 🥏 Checkout
428-
uses: actions/checkout@v4
428+
uses: actions/checkout@v6
429429
- name: 📀 Gosec Scanner
430430
uses: securego/gosec@master
431431
with:

0 commit comments

Comments
 (0)