mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
chore(deps): bump actions/setup-python from 5 to 6 (#9371)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6885f3a8f7
commit
19004ddb7e
2 changed files with 3 additions and 3 deletions
2
.github/workflows/docs-update-cli-ref.yml
vendored
2
.github/workflows/docs-update-cli-ref.yml
vendored
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
toolchain: stable
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
|
|
|
|||
4
.github/workflows/pr-smoke-test.yml
vendored
4
.github/workflows/pr-smoke-test.yml
vendored
|
|
@ -137,7 +137,7 @@ jobs:
|
|||
working-directory: ui/desktop
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
|
|
@ -234,7 +234,7 @@ jobs:
|
|||
run: chmod +x target/debug/goose
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue