diff options
Diffstat (limited to '.github/workflows/l10n.yml')
| -rw-r--r-- | .github/workflows/l10n.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 92cddff1e..fc1a54f49 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -40,7 +40,7 @@ jobs: python-version: "${{ env.PYTHON_VERSION }}" - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: token: "${{ secrets.WEBLATE_GITHUB_TOKEN }}" fetch-depth: "0" @@ -87,7 +87,7 @@ jobs: python-version: "${{ env.PYTHON_VERSION }}" - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: token: "${{ secrets.WEBLATE_GITHUB_TOKEN }}" fetch-depth: "0" |