mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 00:48:30 +00:00
Merge pull request #269 from FirestormViewer/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
This commit is contained in:
@@ -115,7 +115,7 @@ jobs:
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v6
|
||||
uses: actions/setup-python@v7
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: Checkout build variables
|
||||
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
- name: Set up Python (normal case)
|
||||
if: matrix.container_image != 'ubuntu:22.04'
|
||||
id: py311_setup
|
||||
uses: actions/setup-python@v6
|
||||
uses: actions/setup-python@v7
|
||||
with:
|
||||
python-version: '3.11'
|
||||
check-latest: true
|
||||
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
- name: Set up Python (normal case)
|
||||
if: matrix.container_image != 'ubuntu:22.04'
|
||||
id: py311_setup
|
||||
uses: actions/setup-python@v6
|
||||
uses: actions/setup-python@v7
|
||||
with:
|
||||
python-version: '3.11'
|
||||
check-latest: true
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- uses: actions/setup-python@v6
|
||||
- uses: actions/setup-python@v7
|
||||
with:
|
||||
python-version: 3.x
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
|
||||
Reference in New Issue
Block a user