Skip to content

Commit 50570d8

Browse files
Merge pull request #59 from wyattjoh/dependabot/github_actions/actions/checkout-2.4.0
build(deps): bump actions/checkout from 2.3.5 to 2.4.0
2 parents cfcc384 + 4b3dc1d commit 50570d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-18.04
1111
steps:
12-
- uses: actions/checkout@v2.3.5
12+
- uses: actions/checkout@v2.4.0
1313
with:
1414
# Note the fetch-depth: 0 option is required for the change log to
1515
# work correctly with goreleaser.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-18.04
1212
steps:
13-
- uses: actions/checkout@v2.3.5
13+
- uses: actions/checkout@v2.4.0
1414
- uses: actions/setup-go@v2
1515
with:
1616
go-version: "^1.15.6"

0 commit comments

Comments
 (0)