Skip to content

Commit

Permalink
ci: use major versions of github actions (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Feb 1, 2022
1 parent 3b5f729 commit 46781cc
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 @@ -24,9 +24,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 46781cc

Please sign in to comment.