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
2 changes: 1 addition & 1 deletion .github/workflows/npm_eslint_npm_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: OpenSemanticLab/interactive-semantic-graph
ref: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repository_is_template: ${{ steps.metadata.outputs.repository_is_template }}

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

- uses: ahmadnassri/[email protected]
id: metadata
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
repository_default_branch: ${{ steps.metadata.outputs.repository_default_branch }}

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

- id: metadata
uses: ahmadnassri/[email protected]
Expand All @@ -31,7 +31,7 @@ jobs:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v3.5.3
# - uses: actions/checkout@v4

# - uses: ahmadnassri/[email protected]
# with:
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: oxsecurity/megalinter/flavors/[email protected]
env:
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: actions/[email protected]
with:
Expand All @@ -83,7 +83,7 @@ jobs:
matrix: ${{ steps.parse.outputs.matrix }}

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4
- id: parse
run: echo "matrix=$(jq -c . < .github/test-matrix.json)" >> "$GITHUB_OUTPUT"

Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
version-minor: ${{ steps.release.outputs.release-version-minor }}

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -171,7 +171,7 @@ jobs:
if: ${{ needs.release.outputs.published == 'true' }}

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down