Skip to content

Commit a491aaf

Browse files
authored
Merge pull request #20 from jbowes/dependabot/github_actions/actions/checkout-3.5.3
Bump actions/checkout from 3.3.0 to 3.5.3
2 parents 85eede5 + 52a4fb0 commit a491aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.3.0
14+
- uses: actions/checkout@v3.5.3
1515

1616
- name: Set up Go
1717
uses: actions/setup-go@v4
@@ -31,7 +31,7 @@ jobs:
3131
name: lint
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v3.3.0
34+
- uses: actions/checkout@v3.5.3
3535
- name: golangci-lint
3636
uses: golangci/golangci-lint-action@v3
3737
with:

0 commit comments

Comments
 (0)