Skip to content

Commit 353df1f

Browse files
committed
Update GitHub Actions
1 parent 9d756c9 commit 353df1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ jobs:
8888
runs-on: ubuntu-latest
8989
needs: [test]
9090
steps:
91-
- uses: actions/checkout@v2
91+
- uses: actions/checkout@v4
9292
- name: Set up Python
93-
uses: actions/setup-python@v2
93+
uses: actions/setup-python@v4
9494
with:
95-
python-version: "3.9"
96-
- uses: actions/cache@v2
95+
python-version: "3.10"
96+
- uses: actions/cache@v3
9797
name: Configure pip caching
9898
with:
9999
path: ~/.cache/pip

0 commit comments

Comments
 (0)