Skip to content

Commit

Permalink
Merge pull request #199 from cisco-en-programmability/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
fmunozmiranda authored Dec 7, 2023
2 parents 011ced5 + 15aa4e8 commit 8cffa98
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 @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
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/checkout@v3
uses: actions/checkout@v4

- 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/checkout@v3
uses: actions/checkout@v4

- name: Get dependencies
run: |
Expand Down

0 comments on commit 8cffa98

Please sign in to comment.