Skip to content

Commit

Permalink
Merge pull request #22 from poroping/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.0.2
  • Loading branch information
dependabot[bot] committed Apr 22, 2022
2 parents 732409c + 08b233a commit eb6865f
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
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.2
-
name: Unshallow
run: git fetch --prune --unshallow
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.2

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

- name: Check out code into the Go module directory
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.2

- name: Get dependencies
run: |
Expand Down

0 comments on commit eb6865f

Please sign in to comment.