Skip to content

Commit

Permalink
Merge pull request #7 from plazum/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-4
  • Loading branch information
dependabot[bot] committed Jun 11, 2022
2 parents 7869c82 + 87690d5 commit cac106c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-score.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
await io.mkdirP(".idea");
fs.writeFileSync(".idea/comment.txt", body);
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
- name: 生成新评论
run: |
wget https://raw.githubusercontent.com/plazum/find-keke/master/high-score.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
await io.mkdirP(".idea");
fs.writeFileSync(".idea/comment.txt", body);
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
- name: 生成新评论
run: |
wget https://raw.githubusercontent.com/plazum/find-keke/master/high-score.py
Expand Down

0 comments on commit cac106c

Please sign in to comment.