Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Update Request CI #3953

Update Request CI

Update Request CI #3953

Workflow file for this run

name: Update Request CI
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
jobs:
update-request:
runs-on: testing
steps:
- name: Check out the repository
uses: actions/checkout@v6
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
token: ${{ secrets.PAT }}