Skip to content

Commit

Permalink
Merge pull request #5 from cisco-en-programmability/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
wastorga authored Oct 29, 2021
2 parents 66b77f7 + 596dc3e commit eb0b373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
-
name: Unshallow
run: git fetch --prune --unshallow
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Get dependencies
run: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Get dependencies
run: |
Expand Down

0 comments on commit eb0b373

Please sign in to comment.