aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-test.yaml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-12 14:19:44 +0000
committerGravatar GitHub <[email protected]>2025-08-12 14:19:44 +0000
commitdfc825ca85cee6f54d4ac9bf2b257304f7e6bfcd (patch)
tree88e3d1d8a062dbeeb1448ef4dcff1ce974d486b8 /.github/workflows/lint-test.yaml
parentUpdate tarfile.extractall usage to be safer (diff)
Bump actions/checkout from 4 to 5dependabot/github_actions/actions/checkout-5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/lint-test.yaml')
-rw-r--r--.github/workflows/lint-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index 159e6fd7..4e08ec3b 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -9,7 +9,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v6