Skip to content

Commit 7857164

Browse files
authored
Merge pull request #62 from dotansimha/renovate/actions-checkout-2.x
Update actions/checkout action to v2
2 parents de2401a + 3f5545c commit 7857164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node_version: [14]
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v1
21+
uses: actions/checkout@v2
2222
- name: Use Node ${{matrix.node_version}}
2323
uses: actions/setup-node@master
2424
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout Master
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v2
1111
- name: Configure Git Credentials
1212
run: |
1313
git config --global user.email "theguild-bot@users.noreply.github.com"

0 commit comments

Comments
 (0)