Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2 to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 14, 2021
1 parent 0a1583a commit dd0ab68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Setup Go
uses: actions/setup-go@v2
Expand All @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Setup Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit dd0ab68

Please sign in to comment.