Skip to content

Commit 4a90229

Browse files
authored
update ci for deprecations (#301)
Update ci for deprecations.
1 parent b4c6d21 commit 4a90229

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out the codebase.
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
path: 'osc.open_ondemand'
2222

2323
- name: Set up Python 3.
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.x'
2727

.github/workflows/tests.yml

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

4646
steps:
4747
- name: checkout
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v6
4949
- name: setup python
50-
uses: actions/setup-python@v4
50+
uses: actions/setup-python@v6
5151
with:
5252
python-version: '3.12'
5353
- name: install dependencies

0 commit comments

Comments
 (0)