Skip to content

Commit ec59a67

Browse files
authored
Merge pull request #15 from jbowes/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.1.0 to 3.3.0
2 parents 2ba65ce + d51caf7 commit ec59a67

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.1.0
14+
- uses: actions/checkout@v3.3.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@v3.1.0
34+
- uses: actions/checkout@v3.3.0
3535
- name: golangci-lint
3636
uses: golangci/golangci-lint-action@v3
3737
with:

0 commit comments

Comments
 (0)