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