Skip to content

Commit 28a7db7

Browse files
authored
Merge pull request #42 from ulgens/update_actions
Update GH Action dependencies
2 parents 2c04828 + d578acd commit 28a7db7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v4
3737

3838
- name: Set up Python ${{ matrix.python-version }}
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v5
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242

@@ -62,10 +62,10 @@ jobs:
6262
runs-on: ubuntu-latest
6363

6464
steps:
65-
- uses: actions/checkout@v2
65+
- uses: actions/checkout@v4
6666

6767
- name: Set up Python 3.12
68-
uses: actions/setup-python@v2
68+
uses: actions/setup-python@v5
6969
with:
7070
python-version: '3.12'
7171

0 commit comments

Comments
 (0)