ci: upgrade workflow actions version
This commit is contained in:
4
.github/workflows/examples.presets.yml
vendored
4
.github/workflows/examples.presets.yml
vendored
@@ -10,11 +10,11 @@ jobs:
|
||||
if: "github.repository == 'lowlighter/metrics'"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17
|
||||
- name: Setup metrics
|
||||
|
||||
Reference in New Issue
Block a user