cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 41c3d98368d879c7ba0419d8d72548064956ae06
parent 08a70292d93b1e0da9a0dcdc116a64b0a0a97fed
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Wed, 16 Oct 2024 19:35:46 +0200

Merge pull request #6 from MTRNord/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
Diffstat:
M.github/workflows/update.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Flux CLI uses: fluxcd/flux2/action@main - name: Check for updates