Update checkout action to version 3

We were getting a warning with version 2:

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 commit is contained in:
Javi Martín
2024-03-01 21:58:08 +01:00
parent 5658b6f502
commit b60d2f45b8
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ jobs:
ci_node_total: [5]
ci_node_index: [0, 1, 2, 3, 4]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true