Skip to content

Commit

Permalink
Update actions/checkout that warns
Browse files Browse the repository at this point in the history
"Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/."

https://github.com/rails/activeresource/actions/runs/7646036452
  • Loading branch information
amatsuda committed Jan 25, 2024
1 parent 0698674 commit e6162f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
BRANCH: main
experimental: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env: ${{ matrix.env }}
Expand Down

0 comments on commit e6162f5

Please sign in to comment.