Skip to content

Commit 6c7b4d6

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-3'
2 parents b5dfc27 + 97ac4bf commit 6c7b4d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

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

@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v2.4.0
53+
uses: actions/checkout@v3
5454
with:
5555
token: ${{ secrets.API_GITHUB_TOKEN }}
5656

.github/workflows/test.yml

+2-2
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.4.0
16+
uses: actions/checkout@v3
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.4.0
22+
uses: actions/checkout@v3
2323

2424
- name: Fetch Go version
2525
run: |

0 commit comments

Comments
 (0)