ci/ci: bump versions

This commit is contained in:
notohh 2023-05-14 21:55:14 -04:00
parent 94793944f3
commit 6b7a01316e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -11,14 +11,14 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v16 uses: cachix/install-nix-action@v20
with: with:
extra_nix_config: | extra_nix_config: |
auto-optimise-store = true auto-optimise-store = true
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
experimental-features = nix-command flakes experimental-features = nix-command flakes
- name: Update flake.lock - name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v16 uses: DeterminateSystems/update-flake-lock@v19
with: with:
pr-title: "flake.lock: Update " pr-title: "flake.lock: Update "
pr-labels: | pr-labels: |