Skip to content

Commit

Permalink
update versions of checkout and setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Nov 17, 2024
1 parent dcdf431 commit 33b51b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
BUILD_TYPE: Release

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: install conan
Expand Down

0 comments on commit 33b51b6

Please sign in to comment.