Update actions/checkout action to v3

This commit is contained in:
RenovateBot 2022-12-28 19:04:39 +00:00
parent 31a600c74e
commit 23bd91e7cd
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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