1 parent b4c6d21 commit 4a90229Copy full SHA for 4a90229
2 files changed
.github/workflows/publish.yml
@@ -16,12 +16,12 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Check out the codebase.
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
20
with:
21
path: 'osc.open_ondemand'
22
23
- name: Set up Python 3.
24
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
25
26
python-version: '3.x'
27
.github/workflows/tests.yml
@@ -45,9 +45,9 @@ jobs:
45
46
47
- name: checkout
48
- uses: actions/checkout@v3
49
- name: setup python
50
- uses: actions/setup-python@v4
51
52
python-version: '3.12'
53
- name: install dependencies
0 commit comments