Skip to content

Commit 4aad077

Browse files
authored
Merge pull request #12 from jbowes/dependabot/github_actions/actions/checkout-3.1.0
Bump actions/checkout from 2 to 3.1.0
2 parents 80b9a1e + 732d180 commit 4aad077

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
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3.1.0
1515

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

0 commit comments

Comments
 (0)