Skip to content

Commit

Permalink
Merge pull request #55 from wyattjoh/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-2.3.5

build(deps): bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
kodiakhq[bot] authored Oct 25, 2021
2 parents d37a3fa + f659666 commit 06c8467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
with:
# Note the fetch-depth: 0 option is required for the change log to
# work correctly with goreleaser.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: actions/setup-go@v2
with:
go-version: "^1.15.6"
Expand Down

0 comments on commit 06c8467

Please sign in to comment.