Merge pull request #27 from ivuorinen/renovate/actions-checkout-3.x

chore(deps): update actions/checkout action to v3
This commit is contained in:
2022-03-02 08:36:29 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3

View File

@@ -15,7 +15,7 @@ jobs:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3