Skip to content

Commit

Permalink
chore: bumpup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Nov 24, 2024
1 parent b9dcda0 commit 1bceca7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/actions/common-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ runs:
steps:

- name: Installing Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
github_access_token: ${{ inputs.SECRET_GITHUB_TOKEN }}

- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: tweag-jupyter
authToken: '${{ inputs.CACHIX_AUTH_TOKEN }}'
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v17
uses: DeterminateSystems/update-flake-lock@v24
2 changes: 1 addition & 1 deletion .github/workflows/update-poetry-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: "nix run .#update-poetry-lock"

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update poetry lock files
title: Update poetry lock files
Expand Down
14 changes: 7 additions & 7 deletions examples/julia/minimal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
kernel.julia.minimal-example = {
enable = true;
override = {
augmentedRegistry = pkgs.fetchFromGitHub {
owner = "CodeDownIO";
repo = "General";
rev = "840f93574326361e2614fc5a4c2413f07840215a";
sha256 = "sha256-UedaTpQwkuSZ/o4kLX/Jg8eDnL5IFI4XfYsJMRwBAKE=";
};
# Precompile = true;
# augmentedRegistry = pkgs.fetchFromGitHub {
# owner = "CodeDownIO";
# repo = "General";
# rev = "840f93574326361e2614fc5a4c2413f07840215a";
# sha256 = "sha256-UedaTpQwkuSZ/o4kLX/Jg8eDnL5IFI4XfYsJMRwBAKE=";
# };
# precompile = true;
};
extraJuliaPackages = [
"Plots"
Expand Down

0 comments on commit 1bceca7

Please sign in to comment.