Skip to content

Commit

Permalink
versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyHow authored Nov 2, 2023
1 parent d64c444 commit 3b347a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/process_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
name: process_test
steps:
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: "main"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3b347a4

Please sign in to comment.