Skip to content

Commit

Permalink
Update Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaphi committed Jul 6, 2024
1 parent 0555d7d commit 656b1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linuxunittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: true

- name: Set up Python
uses: actions/setup-python@v5.1
uses: actions/setup-python@v5.1.0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windowsunittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: true

- name: Set up Python
uses: actions/setup-python@v5.1
uses: actions/setup-python@v5.1.0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 656b1f1

Please sign in to comment.