Skip to content

Commit

Permalink
Bump GitHub workflow actions to latest versions (#315)
Browse files Browse the repository at this point in the history
* Bump GitHub workflow actions to latest versions

* Update test.yml

* Update test.yml

---------

Co-authored-by: XhmikosR <[email protected]>
  • Loading branch information
deining and XhmikosR authored Nov 22, 2023
1 parent 836fdaf commit 54e7cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 54e7cdf

Please sign in to comment.