diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bf9f432..8af6c9f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run a simple test run: |