From b5a2e5b08ed7d25b1c71ae78481400ace7f751a6 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Tue, 15 Aug 2023 09:19:56 +0100 Subject: [PATCH] Use mainline checkout --- .gitea/workflows/flyctl-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/flyctl-deploy.yml b/.gitea/workflows/flyctl-deploy.yml index e45942c..d3b2475 100644 --- a/.gitea/workflows/flyctl-deploy.yml +++ b/.gitea/workflows/flyctl-deploy.yml @@ -8,7 +8,7 @@ jobs: name: Deploy app runs-on: debian-latest steps: - - uses: https://github.com/RouxAntoine/checkout@v3.5.4 + - uses: actions/checkout@v3.5.3 with: ref: trunk - uses: https://github.com/superfly/flyctl-actions/setup-flyctl@master