cluster

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

commit adcc2345f903dd76fafbe8739ec809733c1da869
parent 36063bed381824222e463a787fae9c271adb6ade
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed, 16 Oct 2024 17:33:34 +0000

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