diff --git a/.gitea/workflows/hello.yml b/.gitea/workflows/hello.yml index 4ebbecc..66b05ab 100644 --- a/.gitea/workflows/hello.yml +++ b/.gitea/workflows/hello.yml @@ -9,7 +9,7 @@ jobs: runs-on: docker steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v44 - name: Say Hello run: echo "Hello, world from Gitea Actions!"