Skip to content

Commit

Permalink
ci: bump GHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jun 23, 2024
1 parent 7040069 commit 6aa7403
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nixos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ jobs:
remove-codeql: "true"
remove-docker-images: "true"

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v15
with:
name: workflow-nixos-config
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
Expand Down Expand Up @@ -96,16 +96,16 @@ jobs:
remove-codeql: "true"
remove-docker-images: "true"

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v15
with:
name: workflow-nixos-config
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
Expand Down
4 changes: 2 additions & 2 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6aa7403

Please sign in to comment.