Skip to content

Commit 191627e

Browse files
committed
Update GitHub Actions versions of third party
1 parent d7e99b9 commit 191627e

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
@@ -45,7 +45,7 @@ jobs:
4545
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
4646
restore-keys: ${{ runner.os }}-pip-
4747
- id: os-name
48-
uses: ASzc/change-string-case-action@v5
48+
uses: ASzc/change-string-case-action@v6
4949
with:
5050
string: ${{ runner.os }}
5151
- run: python -m pip install --user --upgrade pip wheel
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
python-version: '3.9'
150150
- id: os-name
151-
uses: ASzc/change-string-case-action@v5
151+
uses: ASzc/change-string-case-action@v6
152152
with:
153153
string: ${{ runner.os }}
154154
- name: set pip cache dir
@@ -186,7 +186,7 @@ jobs:
186186
needs: ["build"]
187187
runs-on: ubuntu-20.04
188188
steps:
189-
- uses: actions/checkout@v1
189+
- uses: actions/checkout@v4
190190
- uses: actions/download-artifact@v4
191191
- name: upload binaries
192192
env:

0 commit comments

Comments
 (0)