Compare commits

...

8 Commits

Author SHA1 Message Date
Nicholas Tindle
35c608b3ca Discard changes to .github/workflows/classic-python-checks.yml 2025-12-18 11:30:33 -06:00
Nicholas Tindle
cc7234ebbe Discard changes to .github/workflows/classic-forge-ci.yml 2025-12-18 11:30:25 -06:00
Nicholas Tindle
1b9d7f0269 Discard changes to .github/workflows/classic-benchmark_publish_package.yml 2025-12-18 11:30:08 -06:00
Nicholas Tindle
12ba8b96db Discard changes to .github/workflows/classic-benchmark-ci.yml 2025-12-18 11:29:57 -06:00
Nicholas Tindle
4b1258cdb3 Discard changes to .github/workflows/classic-autogpts-ci.yml 2025-12-18 11:29:44 -06:00
Nicholas Tindle
d3e00bf4a8 Discard changes to .github/workflows/classic-autogpt-ci.yml 2025-12-18 11:29:37 -06:00
Nicholas Tindle
7c6989f40e Merge branch 'dev' into dependabot/github_actions/dev/actions/setup-python-6 2025-12-18 11:29:22 -06:00
dependabot[bot]
8d302f32d5 chore(deps): Bump actions/setup-python from 5 to 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] <support@github.com>
2025-09-18 17:16:22 +00:00
7 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ jobs:
# Backend Python/Poetry setup (mirrors platform-backend-ci.yml)
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.11" # Use standard version matching CI

View File

@@ -52,7 +52,7 @@ jobs:
# Backend Python/Poetry setup (mirrors platform-backend-ci.yml)
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.11" # Use standard version matching CI

View File

@@ -34,7 +34,7 @@ jobs:
# Backend Python/Poetry setup (mirrors platform-backend-ci.yml)
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.11" # Use standard version matching CI

View File

@@ -30,7 +30,7 @@ jobs:
ref: ${{ github.event.inputs.git_ref || github.ref_name }}
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'

View File

@@ -22,7 +22,7 @@ jobs:
ref: ${{ github.ref_name || 'master' }}
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'

View File

@@ -74,7 +74,7 @@ jobs:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}

View File

@@ -15,7 +15,7 @@ jobs:
# with:
# fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Install dependencies