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/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: Checkout Source
id: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup Node
id: setup-node
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout Source
id: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
steps:
- name: Checkout Source
id: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup Node
id: setup-node
Expand All @@ -106,7 +106,7 @@ jobs:
steps:
- name: Checkout Source
id: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Integration Test
id: integration-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout Source
id: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Generate SBOM
id: generate-sbom
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: Checkout Source
id: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Update Copyright
id: update-copyright
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- name: Checkout Source
id: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Update README
id: update-readme
Expand Down