Skip to content

Commit

Permalink
Update CI dependencies. (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiloQubit committed Jun 15, 2023
1 parent 49bb675 commit 33bc46f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
GIT_PULL_REQUEST: ${{ github.event.number }}
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Cache Folder
id: cache-folder
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ci_cache
key: voron-ci
Expand All @@ -33,7 +33,7 @@ jobs:
echo "GIT_BRANCH: ${GIT_BRANCH}"
echo "GIT_PULL_REQUEST: ${GIT_PULL_REQUEST}"
- name: Setup NPM
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install NPM scripts
Expand Down

0 comments on commit 33bc46f

Please sign in to comment.