mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
refactor: Update GitHub Action task versions
This commit is contained in:
parent
eef4772cb2
commit
aacc5216da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/seo-report.yaml
vendored
4
.github/workflows/seo-report.yaml
vendored
|
@ -9,10 +9,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
|
|
Loading…
Reference in a new issue