Skip to content

Commit 049d071

Browse files
chore(deps): update github actions
1 parent 5e30814 commit 049d071

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git config --global user.name "DIRACGrid CI"
4747
- uses: actions/setup-python@v6
4848
with:
49-
python-version: '3.11'
49+
python-version: '3.14'
5050
- name: Installing dependencies
5151
run: |
5252
python -m pip install \

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v6
2929
- uses: actions/setup-python@v6
3030
with:
31-
python-version: '3.11'
31+
python-version: '3.14'
3232
- name: Build wheels
3333
run: |
3434
pip install build

extensions/gubbins/.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@v6
29-
- uses: prefix-dev/setup-pixi@v0.8.8
29+
- uses: prefix-dev/setup-pixi@v0.9.4
3030
with:
3131
run-install: false
3232
post-cleanup: false
@@ -37,24 +37,24 @@ jobs:
3737
rm pixi.toml.bak
3838
# Show any changes
3939
git diff
40-
- uses: prefix-dev/setup-pixi@v0.8.3
40+
- uses: prefix-dev/setup-pixi@v0.9.4
4141
with:
4242
environments: ${{ matrix.package }}
4343
- name: Run pytest
4444
run: pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
4545
- name: Upload coverage report
46-
uses: codecov/codecov-action@v5.4.2
46+
uses: codecov/codecov-action@v5.5.2
4747

4848
client-generation:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout code
5252
uses: actions/checkout@v6
53-
- uses: prefix-dev/setup-pixi@v0.8.8
53+
- uses: prefix-dev/setup-pixi@v0.9.4
5454
with:
5555
run-install: false
5656
post-cleanup: false
57-
- uses: prefix-dev/setup-pixi@v0.8.3
57+
- uses: prefix-dev/setup-pixi@v0.9.4
5858
with:
5959
environments: generate-client
6060
- name: Run autorest

0 commit comments

Comments
 (0)