Skip to content

Commit 8f38367

Browse files
Update actions/checkout action to v4.3.0
1 parent 6eb1446 commit 8f38367

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4.2.2
17+
uses: actions/checkout@v4.3.0
1818

1919
- name: Golangci-lint
2020
uses: golangci/golangci-lint-action@v8.0.0
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4.2.2
27+
uses: actions/checkout@v4.3.0
2828
with:
2929
fetch-depth: 0
3030

0 commit comments

Comments
 (0)