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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
with:
summarize: false
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
with:
summarize: false
Expand All @@ -37,7 +37,7 @@ jobs:
run: docker load < result

- name: Checkout target repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: BurntSushi/ripgrep
ref: 15.1.0
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
timeout-minutes: 60

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
with:
summarize: false
Expand All @@ -94,7 +94,7 @@ jobs:
| tar -xz -C /usr/local/bin scip

- name: Checkout target repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ matrix.repo }}
ref: ${{ matrix.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand All @@ -40,7 +40,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create GitHub release
env:
Expand All @@ -62,7 +62,7 @@ jobs:
arch: arm64
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: v${{ inputs.version }}
- uses: DeterminateSystems/nix-installer-action@v22
Expand Down
Loading