diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10b74a2..ef094f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index ba3ce00..a8b0afa 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Synchronize with Crowdin uses: crowdin/github-action@v2