Skip to content

Commit 9103d1d

Browse files
committed
ci: update action versions
1 parent 862d9f8 commit 9103d1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
remove-codeql: 'true'
2424
remove-docker-images: 'true'
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- name: "Install Nix"
28-
uses: cachix/install-nix-action@v18
28+
uses: cachix/install-nix-action@v27
2929
with:
30-
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
30+
install_url: https://releases.nixos.org/nix/nix-2.18.4/install
3131
- name: "Set Up Binary Cache"
3232
if: github.event_name != 'pull_request'
33-
uses: cachix/cachix-action@v12
33+
uses: cachix/cachix-action@v15
3434
with:
3535
name: t2linux
3636
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

0 commit comments

Comments
 (0)