File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed
Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -44,19 +44,19 @@ jobs:
4444 with :
4545 access_token : ${{ github.token }}
4646 if : ${{github.ref != 'refs/head/main'}}
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - name : Set up Python ${{ matrix.python-version }}
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252 cache : ' pip'
5353 - name : Install Xee
5454 run : |
5555 pip install -e .[tests]
56- - uses : ' actions/checkout@v4 '
56+ - uses : ' actions/checkout@v5 '
5757 - id : ' auth'
5858 name : ' Authenticate to Google Cloud'
59- uses : ' google-github-actions/auth@v2 '
59+ uses : ' google-github-actions/auth@v3 '
6060 with :
6161 service_account : ${{ secrets.SERVICE_ACCOUNT }}
6262 workload_identity_provider : ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
Original file line number Diff line number Diff line change 4040 with :
4141 access_token : ${{ github.token }}
4242 if : ${{github.ref != 'refs/head/main'}}
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - name : Set up Python ${{ matrix.python-version }}
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@v6
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848 - name : Get pip cache dir
Original file line number Diff line number Diff line change 2121 build-artifacts :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : Set up Python
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.10'
2929
4141 run : |
4242 python -m twine check dist/*
4343 pwd
44- - uses : actions/upload-artifact@v4
44+ - uses : actions/upload-artifact@v5
4545 with :
4646 name : releases
4747 path : dist
@@ -50,11 +50,11 @@ jobs:
5050 needs : build-artifacts
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/setup-python@v5
53+ - uses : actions/setup-python@v6
5454 name : Install Python
5555 with :
5656 python-version : ' 3.10'
57- - uses : actions/download-artifact@v4
57+ - uses : actions/download-artifact@v6
5858 with :
5959 name : releases
6060 path : dist
8383 if : github.event_name == 'release'
8484 runs-on : ubuntu-latest
8585 steps :
86- - uses : actions/download-artifact@v4
86+ - uses : actions/download-artifact@v6
8787 with :
8888 name : releases
8989 path : dist
Original file line number Diff line number Diff line change 11# doc requirements
2- Jinja2 == 3.1.5
3- myst-nb == 0.17.2
4- myst-parser == 0.18 .1
5- sphinx_rtd_theme == 1.2.1
2+ Jinja2 == 3.1.6
3+ myst-nb == 1.3.0
4+ myst-parser == 3.0 .1
5+ sphinx_rtd_theme == 3.0.2
66sphinx == 5.3.0
7- scipy == 1.10 .1
7+ scipy == 1.13 .1
88
99# xee requirements
1010xee [examples ] @ git+https://github.com/google/xee.git
You can’t perform that action at this time.
0 commit comments