Skip to content

Commit

Permalink
Bump actions/checkout from v2.3.5 to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Nov 5, 2021
1 parent aaa84a3 commit a620c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: 1.17

- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Cache Go modules
uses: actions/cache@v2.1.6
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
go-version: 1.17

- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0

Expand Down

0 comments on commit a620c5b

Please sign in to comment.