Skip to content

Commit

Permalink
Upgrade github workflow to node16
Browse files Browse the repository at this point in the history
This solves the warning message in CI: "The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/".
  • Loading branch information
Peiyang-Song authored Jul 8, 2024
1 parent 5054223 commit 23faf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
format-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff"
Expand Down

0 comments on commit 23faf47

Please sign in to comment.