From 837fe5bc5fe72cd98dde2ad5aff5a9af728397dffa38b5d54ce5b517e1254c34 Mon Sep 17 00:00:00 2001 From: Navid Filsaraee Date: Tue, 22 Sep 2026 12:41:12 +0330 Subject: [PATCH] fix(ci): support SHA-256 repository checkout --- .gitea/workflows/ci-dev.yaml | 2 +- .gitea/workflows/ci-stage.yaml | 2 +- .gitea/workflows/ci.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: ./