Skip to content

Commit

Permalink
Merge pull request cloudflare#633 from cloudflare/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/checkout-2.3.4

build(deps): bump actions/checkout from 2 to 2.3.4
  • Loading branch information
jacobbednarz authored May 12, 2021
2 parents 9723e6f + 8641359 commit a4bf869
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 @@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- uses: actions/cache@v2.1.5
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit a4bf869

Please sign in to comment.