Skip to content

Commit

Permalink
ci: use major versions of github actions (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Feb 1, 2022
1 parent ae4d122 commit 4d0e408
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 @@ -23,9 +23,9 @@ jobs:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand Down

0 comments on commit 4d0e408

Please sign in to comment.