Skip to content

Commit b79f97e

Browse files
authored
Merge pull request #167 from tubone24/renovate-actions-checkout-2.x
Update actions/checkout action to v2
2 parents 4a8acb5 + 012fce2 commit b79f97e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- name: Install Dependencies
1616
run: npm install
1717
- name: Test and Build

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v2
1414
- name: Install Dependencies
1515
run: npm install
1616
- name: Test and Build

0 commit comments

Comments
 (0)