aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-04 16:11:39 +0000
committerGravatar GitHub <[email protected]>2025-09-04 16:11:39 +0000
commitba616d6c4ba5948ce0c0224cc2cb1db6cd45c9ca (patch)
tree17bff64fe428247bb9c94ccb311caddd8fed4795
parentAdd leading _ so that motd file isn't loaded as a Cog (diff)
Bump actions/setup-python from 5 to 6dependabot/github_actions/actions/setup-python-6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--.github/workflows/lint.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index 9ffe55c..7081728 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -21,7 +21,7 @@ jobs:
cache-dependency-glob: "uv.lock"
- name: "Set up Python"
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"