Skip to content

Commit

Permalink
chore(deps): squash merge dependabot bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
zzyyyl committed Dec 2, 2023
1 parent 5d338bd commit 6073d9a
Show file tree
Hide file tree
Showing 5 changed files with 1,615 additions and 805 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set Node.js 16.x
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v4.0.0
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
Expand All @@ -19,7 +19,7 @@ jobs:
# test: # make sure the action works on a clean machine without building
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - uses: ./
# with:
# milliseconds: 1000
Loading

0 comments on commit 6073d9a

Please sign in to comment.