Skip to content

Commit 601bd75

Browse files
build(deps): bump actions/checkout from 3 to 4 (#43)
1 parent 6bf7102 commit 601bd75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
golangci-lint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Install Go
1616
uses: actions/setup-go@v4
1717
with:
@@ -32,7 +32,7 @@ jobs:
3232
- "1.20"
3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Install Go
3737
uses: actions/setup-go@v4
3838
with:

0 commit comments

Comments
 (0)