Skip to content

Commit e6162f5

Browse files
committed
Update actions/checkout that warns
"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
1 parent 0698674 commit e6162f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
BRANCH: main
8181
experimental: true
8282
steps:
83-
- uses: actions/checkout@v2
83+
- uses: actions/checkout@v4
8484
- name: Set up Ruby
8585
uses: ruby/setup-ruby@v1
8686
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)