diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5acd5a9..b6712c7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,14 +4,14 @@ on: push: branches: [ master ] pull_request: -# workflow_call: +# workflow_call: jobs: build: runs-on: podman-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set version in Cargo.toml run: | VERSION=$(cat VERSION)