Skip to content

Commit

Permalink
Update GitHub Actions versions of third party
Browse files Browse the repository at this point in the history
  • Loading branch information
ben221199 committed May 30, 2024
1 parent d7e99b9 commit 191627e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
restore-keys: ${{ runner.os }}-pip-
- id: os-name
uses: ASzc/change-string-case-action@v5
uses: ASzc/change-string-case-action@v6
with:
string: ${{ runner.os }}
- run: python -m pip install --user --upgrade pip wheel
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
with:
python-version: '3.9'
- id: os-name
uses: ASzc/change-string-case-action@v5
uses: ASzc/change-string-case-action@v6
with:
string: ${{ runner.os }}
- name: set pip cache dir
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
needs: ["build"]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- name: upload binaries
env:
Expand Down

0 comments on commit 191627e

Please sign in to comment.