Skip to content

Commit 40fbdf3

Browse files
committed
Update to GitHub actions
- Updated OS to Ubuntu 24.04 - Updated all plugins to latest version on PyPy and Release action files
1 parent e76d35a commit 40fbdf3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-github.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
- name: Setting up Miniconda
20-
uses: conda-incubator/setup-miniconda@v2
20+
uses: conda-incubator/setup-miniconda@v3
2121
with:
2222
auto-activate-base: true
2323
activate-environment: ""

.github/workflows/release-pip.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111

1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-python@v2
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
1515
- name: Install Dependencies
1616
run: |
1717
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)