Skip to content

Commit

Permalink
CI: Bump actions to v4 (latest major)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeDeeG committed Dec 2, 2023
1 parent 9ef7def commit 7e658fa
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 @@ -12,8 +12,8 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
- name: Install windows-build-tools
Expand Down

0 comments on commit 7e658fa

Please sign in to comment.