Skip to content

Commit

Permalink
Bump actions/setup-python from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 11, 2022
1 parent 7869c82 commit 0776ddd
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 0776ddd

Please sign in to comment.