Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -43,7 +43,7 @@ jobs:
scala: ['2.13.10', '3.2.2']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -68,7 +68,7 @@ jobs:
platform: ['JVM']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -94,7 +94,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3.11.0
with:
Expand All @@ -118,7 +118,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3.11.0
with:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishwebsite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: semgrep ci