Skip to content

Commit

Permalink
Bump actions/setup-node from 3.5.0 to 3.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and scholarsmate committed Sep 27, 2023
1 parent 95f31a1 commit e8f6698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
SBT: sbt -J-Xms1024m -J-Xmx5120m -J-XX:ReservedCodeCacheSize=512m -J-XX:MaxMetaspaceSize=1024m ++2.12.15
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4.1.0
- name: Setup Node 16
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
distribution: temurin
java-version: 8
- name: Check out Repository
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.0
with:
fetch-depth: 0
- name: Run Rat Check
Expand All @@ -104,7 +104,7 @@ jobs:
with:
distribution: temurin
java-version: 8
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4.1.0
- name: Install Node.js
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
distribution: temurin
java-version: 8
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4.1.0
- name: Install Node.js
uses: actions/[email protected]
with:
Expand Down

0 comments on commit e8f6698

Please sign in to comment.