Merge pull request #40 from oib/dependabot/github_actions/actions/setup-python-6
ci(deps): bump actions/setup-python from 4 to 6
This commit is contained in:
2
.github/workflows/gpu-benchmark.yml
vendored
2
.github/workflows/gpu-benchmark.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
|
||||
4
.github/workflows/security-scanning.yml
vendored
4
.github/workflows/security-scanning.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.13.5'
|
||||
|
||||
@@ -106,7 +106,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.13.5'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user