Skip to content

Commit

Permalink
update github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepage committed Mar 10, 2024
1 parent 8622d91 commit f3ee2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:

steps:
- name: checkout
uses: actions/checkout
uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit f3ee2cd

Please sign in to comment.