Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.5.2' into v2
  • Loading branch information
ViRb3 committed Apr 23, 2023
2 parents 9310b00 + 5fd1c6b commit 202f6dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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@v3.3.0
uses: actions/checkout@v3.5.2
with:
token: ${{ secrets.API_GITHUB_TOKEN }}

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
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@v3.3.0
uses: actions/checkout@v3.5.2
with:
token: ${{ secrets.API_GITHUB_TOKEN }}

- name: Checkout without token
if: github.event_name == 'pull_request'
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2

- name: Fetch Go version
run: |
Expand Down

0 comments on commit 202f6dd

Please sign in to comment.