Skip to content

Commit

Permalink
chore: update dependencies (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstopa-splunk authored Nov 14, 2023
1 parent ffe639d commit 945ee6a
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 174 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
submodules: false
persist-credentials: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
- name: Semantic Release
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
with:
submodules: false
persist-credentials: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
- name: Semantic Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
submodules: false
persist-credentials: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Semantic Release
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
with:
submodules: false
persist-credentials: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Semantic Release
Expand Down
Loading

0 comments on commit 945ee6a

Please sign in to comment.