Skip to content

build(deps): bump serde_json from 1.0.96 to 1.0.99 #188

build(deps): bump serde_json from 1.0.96 to 1.0.99

build(deps): bump serde_json from 1.0.96 to 1.0.99 #188

Workflow file for this run

name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check flake
uses: DeterminateSystems/flake-checker-action
with:
fail-mode: true
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
determinate: true
- name: Enable FlakeHub cache
uses: DeterminateSystems/flakehub-cache-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main