diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8ad0dfa..bf187f8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,9 +7,9 @@ on: jobs: deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: https://gitea.com/actions/checkout@v4 with: submodules: true fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod