diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d9148cb..38ba45fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: show-progress: false token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 53c39cb9..eec98b57 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: show-progress: false token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}