We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76d35a commit 40fbdf3Copy full SHA for 40fbdf3
2 files changed
.github/workflows/release-github.yaml
@@ -15,9 +15,9 @@ jobs:
15
16
steps:
17
- name: Checkout Code
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
- name: Setting up Miniconda
20
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
21
with:
22
auto-activate-base: true
23
activate-environment: ""
.github/workflows/release-pip.yaml
@@ -7,11 +7,11 @@ on:
7
8
jobs:
9
deploy:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
11
12
13
- - uses: actions/checkout@v2
14
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
0 commit comments