diff options
author | 2025-09-24 20:56:57 +0100 | |
---|---|---|
committer | 2025-09-24 20:56:57 +0100 | |
commit | a6e1386ddf19391699c9fb181a35d9171b17820c (patch) | |
tree | d7e3d43c0761c603e9cbcde34ff7f19f71ec7236 | |
parent | Bump the ci-dependencies group across 1 directory with 2 updates (#240) (diff) | |
parent | Bump actions/setup-python from 5 to 6 in the ci-dependencies group (diff) |
Merge pull request #242 from python-discord/dependabot/github_actions/ci-dependencies-1cc54e3a68
Bump actions/setup-python from 5 to 6 in the ci-dependencies group
-rw-r--r-- | .github/workflows/lint.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index aa8f36d..141eba2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: - name: Set up Python id: python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" cache: pip diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 68e3858..a7d66a1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" cache: pip |