Skip to content

Commit

Permalink
Bump actions/checkout from v2 to v4 (#550)
Browse files Browse the repository at this point in the history
GitHub Actions workflow prints the following warning.

> 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/

This PR updates actions/checkout to v4 in order to suppress the warning.
  • Loading branch information
mishina2228 committed Oct 17, 2023
1 parent 72a03f1 commit a0b7632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
RAILS: ${{ matrix.rails }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit a0b7632

Please sign in to comment.