bump CI deps (CVE-2024-27297 / GHSA-2ffj-w4mj-pg37)

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-07 23:47:40 -05:00 committed by June
parent d593d1825b
commit dd22a14147
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Nix (with flakes and nix-command enabled) - name: Install Nix (with flakes and nix-command enabled)
uses: cachix/install-nix-action@v25 uses: cachix/install-nix-action@v26
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable

View file

@ -45,7 +45,7 @@ before_script:
ci: ci:
stage: ci stage: ci
image: nixos/nix:2.20.4 image: nixos/nix:2.20.5
script: script:
# Cache the inputs required for the devShell # Cache the inputs required for the devShell
- ./bin/nix-build-and-cache .#devShells.x86_64-linux.default.inputDerivation - ./bin/nix-build-and-cache .#devShells.x86_64-linux.default.inputDerivation
@ -66,7 +66,7 @@ ci:
artifacts: artifacts:
stage: artifacts stage: artifacts
image: nixos/nix:2.20.4 image: nixos/nix:2.20.5
script: script:
- ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl - ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl
- cp result/bin/conduit x86_64-unknown-linux-musl - cp result/bin/conduit x86_64-unknown-linux-musl
@ -110,9 +110,9 @@ artifacts:
.push-oci-image: .push-oci-image:
stage: publish stage: publish
image: docker:25.0.3 image: docker:25.0.4
services: services:
- docker:25.0.3-dind - docker:25.0.4-dind
variables: variables:
IMAGE_SUFFIX_AMD64: amd64 IMAGE_SUFFIX_AMD64: amd64
IMAGE_SUFFIX_ARM64V8: arm64v8 IMAGE_SUFFIX_ARM64V8: arm64v8