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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ jobs:
name: Check & Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
path: pointer

- name: Checkout crust
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: isene/crust
path: crust

- name: Checkout glow
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: isene/glow
path: glow

- name: Checkout highlight
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: isene/highlight
path: highlight
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@ jobs:
artifact: pointer-macos-aarch64

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
path: pointer

- name: Checkout crust
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: isene/crust
path: crust

- name: Checkout glow
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: isene/glow
path: glow

- name: Checkout highlight
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: isene/highlight
path: highlight
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Download all artifacts
uses: actions/download-artifact@v4
Expand Down