diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-05 16:17:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-05 16:17:01 +0200 |
| commit | 2f049cb0377be2276bf86b12c7141906795e04dc (patch) | |
| tree | a8a71292bb4a781d6084eaa84424c5baa8d1a83b /.github | |
| parent | eb39bc0dc1ed64cc8a13a39a5377450a3d8519a9 (diff) | |
[upd] github-actions: Bump actions/checkout from 6.0.2 to 6.0.3 (#6204)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/container.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/data-update.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/documentation.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/integration.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/l10n.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/security.yml | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 04244b3f6..2db8ffe95 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -78,7 +78,7 @@ jobs: python-version: "${{ env.PYTHON_VERSION }}" - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: "false" fetch-depth: "0" @@ -141,7 +141,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: "false" @@ -175,7 +175,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: "false" diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 26623f40c..c4f6d9cae 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -46,7 +46,7 @@ jobs: python-version: "${{ env.PYTHON_VERSION }}" - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: "false" diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1de2e7072..7f702e83d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -37,7 +37,7 @@ jobs: python-version: "${{ env.PYTHON_VERSION }}" - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: "false" fetch-depth: "0" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a6d02653f..28b6e6c8c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -39,7 +39,7 @@ jobs: python-version: "${{ matrix.python-version }}" - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: "false" @@ -67,7 +67,7 @@ jobs: python-version: "${{ env.PYTHON_VERSION }}" - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: "false" diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 12bdd77ea..c7b887fa5 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: "${{ secrets.WEBLATE_GITHUB_TOKEN }}" fetch-depth: "0" @@ -88,7 +88,7 @@ jobs: python-version: "${{ env.PYTHON_VERSION }}" - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: "${{ secrets.WEBLATE_GITHUB_TOKEN }}" fetch-depth: "0" diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 6d0532365..500756772 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: "false" |
