diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-25 08:44:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 08:44:30 +0200 |
| commit | b4e94417b77e93fb83fc2e579639852e2ad7190d (patch) | |
| tree | 746a5357f8674de5c20ae0f91137bf19c56958d8 /.github/workflows/data-update.yml | |
| parent | 4f64d9501385ce654e3c078eb42ebc8beaa64467 (diff) | |
[upd] github-actions: Bump actions/checkout from 7.0.0 to 7.0.1 (#6443)
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.
- [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/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.1
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/workflows/data-update.yml')
| -rw-r--r-- | .github/workflows/data-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index b442a0539..03e3e6ed5 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -45,7 +45,7 @@ jobs: python-version: "${{ env.PYTHON_VERSION }}" - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: "false" |
