Skip to content

Commit ddeda56

Browse files
authored
Bump setup-python action version (#178)
1 parent 2426281 commit ddeda56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030

3131
runs-on: ${{ matrix.os }}
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434

3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v3
36+
uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939

@@ -56,7 +56,7 @@ jobs:
5656
pip install -e .
5757
5858
- name: Checkout HSDS
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060
with:
6161
repository: HDFGroup/hsds
6262
path: ${{github.workspace}}/hsds

0 commit comments

Comments
 (0)