commit 7623999677f5a0c1b349cbfe3423936b675e4bd8 parent 0db4da551f6a3107fb39bc06a369ab07b7b6bbd0 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 24 Mar 2024 18:31:20 +0100 Fix locations of actions Diffstat:
| M | .forgejo/workflows/update.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml @@ -17,9 +17,9 @@ jobs: runs-on: docker steps: - name: Check out code - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 - name: Setup Flux CLI - uses: fluxcd/flux2/action@main + uses: https://github.com/fluxcd/flux2/action@main - name: Check for updates id: update run: |