Update actions/checkout action to v3 #247

Closed
RenovateBot wants to merge 1 commit from renovate/actions-checkout-3.x into develop
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 23bd91e7cd - Show all commits

View file

@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build and Test
uses: actions/setup-node@v1
with:

View file

@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build and Test
uses: actions/setup-node@v1
with:

View file

@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build and Test
uses: actions/setup-node@v1
with: