Skip to content
Merged
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Nix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand All @@ -25,7 +25,7 @@ jobs:
- test
# - cargo-publish
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Action
run: make ${{ matrix.action }}
# - name: Check Carge.lock
Expand All @@ -43,7 +43,7 @@ jobs:
- cargo-publish
- check-version
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Action
run: make ${{ matrix.action }} && git diff --exit-code

Expand All @@ -57,7 +57,7 @@ jobs:
- test
- cargo-publish
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Action
run: make ${{ matrix.action }}

Expand All @@ -67,7 +67,7 @@ jobs:
RUSTFLAGS: '-C target-feature=+crt-static'
name: WindowsInstaller
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateHash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Update Nix Hash
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading