diff --git a/.gitea/workflows/ci-dev.yaml b/.gitea/workflows/ci-dev.yaml index 66fcfe3..0c766a2 100644 --- a/.gitea/workflows/ci-dev.yaml +++ b/.gitea/workflows/ci-dev.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Git - uses: https://git.darano.ir/actions/checkout@v5 + uses: https://git.darano.ir/actions/checkout@v6.0.3 with: token: ${{ gitea.token }} path: ./ diff --git a/.gitea/workflows/ci-stage.yaml b/.gitea/workflows/ci-stage.yaml index 3ffc818..2f40b35 100644 --- a/.gitea/workflows/ci-stage.yaml +++ b/.gitea/workflows/ci-stage.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Git - uses: https://git.darano.ir/actions/checkout@v5 + uses: https://git.darano.ir/actions/checkout@v6.0.3 with: token: ${{ gitea.token }} path: ./ diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ba17ec1..ecdada3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Git - uses: https://git.darano.ir/actions/checkout@v5 + uses: https://git.darano.ir/actions/checkout@v6.0.3 with: token: ${{ gitea.token }} path: ./