Skip to content

Commit

Permalink
Update github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianfral committed Jun 10, 2024
1 parent 00aef13 commit 6b1c674
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
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: |
sandbox = false
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: opensource
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand All @@ -21,13 +21,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
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: |
sandbox = false
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: opensource
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-flake-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v15
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
Expand Down

0 comments on commit 6b1c674

Please sign in to comment.