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
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout OpenCodeHX
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: opencodehx

Expand All @@ -50,12 +50,12 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout OpenCodeHX
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: opencodehx

- name: Checkout genes-ts sibling
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ env.GENES_REPOSITORY }}
path: genes
Expand Down Expand Up @@ -94,12 +94,12 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout OpenCodeHX
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: opencodehx

- name: Checkout genes-ts sibling
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ env.GENES_REPOSITORY }}
path: genes
Expand Down Expand Up @@ -143,12 +143,12 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout OpenCodeHX
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: opencodehx

- name: Checkout genes-ts sibling
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ env.GENES_REPOSITORY }}
path: genes
Expand Down Expand Up @@ -188,12 +188,12 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout OpenCodeHX
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: opencodehx

- name: Checkout genes-ts sibling
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ env.GENES_REPOSITORY }}
path: genes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
Loading