Skip to content

Commit d6eedec

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-2.3.4'
2 parents 153f9aa + f093347 commit d6eedec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v2.3.4
1515
with:
1616
token: ${{ secrets.API_GITHUB_TOKEN }}
1717

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
steps:
1414
- name: Checkout with token
1515
if: github.event_name != 'pull_request'
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v2.3.4
1717
with:
1818
token: ${{ secrets.API_GITHUB_TOKEN }}
1919

2020
- name: Checkout without token
2121
if: github.event_name == 'pull_request'
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v2.3.4
2323

2424
- name: Setup Go environment
2525
uses: actions/[email protected]

0 commit comments

Comments
 (0)