diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-24 08:11:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 08:11:30 +0200 |
commit | 3e448904a363530ab8c260f89c38c7b8c07fe90f (patch) | |
tree | 0d56ab31d686bedb8f627c1cec714a94179f94cd | |
parent | 59ec0135d7170c37b9eaaa8bf333dc6646b87827 (diff) | |
parent | 783af2c06a2d11391e32f1f938ad3ad3da606f38 (diff) | |
download | PrismLauncher-3e448904a363530ab8c260f89c38c7b8c07fe90f.tar.gz PrismLauncher-3e448904a363530ab8c260f89c38c7b8c07fe90f.tar.bz2 PrismLauncher-3e448904a363530ab8c260f89c38c7b8c07fe90f.zip |
Merge pull request #1562 from PrismLauncher/renovate/determinatesystems-update-flake-lock-20.x
chore(deps): update determinatesystems/update-flake-lock action to v20
-rw-r--r-- | .github/workflows/update-flake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 6bad5703..ad4016ff 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 - - uses: DeterminateSystems/update-flake-lock@v19 + - uses: DeterminateSystems/update-flake-lock@v20 with: commit-msg: "chore(nix): update lockfile" pr-title: "chore(nix): update lockfile" |