Skip to content

Commit

Permalink
Merge pull request #22 from SignTools/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-2.4.0

fix(deps): bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
ViRb3 authored Nov 23, 2021
2 parents bba477b + 1149c99 commit 789b484
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 @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
token: ${{ secrets.API_GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
steps:
- name: Checkout with token
if: github.event_name != 'pull_request'
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
token: ${{ secrets.API_GITHUB_TOKEN }}

- name: Checkout without token
if: github.event_name == 'pull_request'
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Fetch Go version
run: |
Expand Down

0 comments on commit 789b484

Please sign in to comment.