Skip to content

Commit

Permalink
Update dependencies of the github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianfral committed Feb 1, 2024
1 parent 0080146 commit 39f1ceb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: install nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v25
- run: nix build

build-dev-shell:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: install nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v25
- run: nix build .#devShells.x86_64-linux.default
6 changes: 3 additions & 3 deletions .github/workflows/update-flake-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
- name: Install Nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v25
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@v20
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 39f1ceb

Please sign in to comment.