Skip to content

Commit 4f272c1

Browse files
Updated some other github actions that we use (failing builds).
1 parent b9435b1 commit 4f272c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/build-python-package/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ runs:
1818
using: composite
1919

2020
steps:
21-
- uses: actions/checkout@v3
22-
- uses: actions/setup-python@v4
21+
- uses: actions/checkout@v4
22+
- uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ inputs.python-version }}
2525
cache: 'pip'

.github/actions/environment/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929

3030
steps:
3131
# Used for the pip cache, not for the python version
32-
- uses: actions/setup-python@v4
32+
- uses: actions/setup-python@v5
3333
with:
3434
cache: 'pip'
3535
cache-dependency-path: |
@@ -44,7 +44,7 @@ runs:
4444
path: "dist/"
4545

4646
- name: Cache conda packages
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: ~/conda_pkgs_dir
5050
key:

0 commit comments

Comments
 (0)