Skip to content

Commit

Permalink
[CI] "Node.js 16 actions are deprecated. Please update the following …
Browse files Browse the repository at this point in the history
…actions to use Node.js 20: actions/checkout@v3"
  • Loading branch information
amatsuda committed Feb 6, 2024
1 parent 3413612 commit 325fc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -199,7 +199,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 325fc07

Please sign in to comment.