ci: update actions to latest major versions (#1361)

Most of these are motivated by the EOL for Node 16 (for more, see [GitHub's post on it](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/)).
This commit is contained in:
Matt Wang
2023-09-27 09:40:09 -07:00
committed by GitHub
parent 328b26abd2
commit b342531fe4
3 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Ruby 3.2
uses: ruby/setup-ruby@v1
with: