From b75f72318b39eaee426fd72bbfe50566d3ef4ec8 Mon Sep 17 00:00:00 2001 From: fleaz Date: Sun, 25 May 2025 18:50:54 +0200 Subject: [PATCH] ci: aargh --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 84a4cc2..4a8934a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: container: catthehacker/ubuntu:act-latest steps: - name: Checkout - run: actions/checkout@v4 + uses: actions/checkout@v4 - name: Install kubectl run: | curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"