Skip to content

Commit

Permalink
Upgrade imported GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Nov 6, 2023
1 parent 09e6d04 commit 915aa6b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 18

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/file-issue-for-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 18
- name: Checkout strudy
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: strudy
- name: Install dependencies
run: npm ci
working-directory: strudy
- name: Checkout webref
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: w3c/webref
path: webref
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/submit-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 18
- name: Checkout strudy
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Configure git
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 18

Expand Down

0 comments on commit 915aa6b

Please sign in to comment.