2023-07-04 23:49:17 +01:00
|
|
|
name: Update Flake Lockfile
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
# run weekly on sunday
|
|
|
|
- cron: "0 0 * * 0"
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
permissions:
|
2023-07-09 06:56:21 +01:00
|
|
|
contents: write
|
2023-07-04 23:49:17 +01:00
|
|
|
pull-requests: write
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
update-flake:
|
2023-07-09 20:19:11 +01:00
|
|
|
if: github.repository == 'PrismLauncher/PrismLauncher'
|
2023-07-04 23:49:17 +01:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
2023-09-04 16:02:01 +01:00
|
|
|
- uses: actions/checkout@v4
|
2023-09-04 11:22:11 +01:00
|
|
|
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
|
2023-07-04 23:49:17 +01:00
|
|
|
|
2023-08-24 05:32:25 +01:00
|
|
|
- uses: DeterminateSystems/update-flake-lock@v20
|
2023-07-04 23:49:17 +01:00
|
|
|
with:
|
|
|
|
commit-msg: "chore(nix): update lockfile"
|
|
|
|
pr-title: "chore(nix): update lockfile"
|
|
|
|
pr-labels: |
|
|
|
|
Linux
|
2023-07-30 09:46:44 +01:00
|
|
|
packaging
|
2023-07-04 23:49:17 +01:00
|
|
|
simple change
|
2023-07-30 09:46:44 +01:00
|
|
|
changelog:omit
|