GA: update actions/checkout dependency to v3

We're using it as we were, just pointing to the newer version.

Closes: #101
This commit is contained in:
Marcos Marado 2023-06-20 21:22:11 +01:00
parent 626b8ef473
commit e527e5232c
1 changed files with 3 additions and 3 deletions

View File

@ -2,15 +2,15 @@ name: Validação automática
on:
schedule:
# Every day at 18:15 UTC
- cron: '15 18 * * *'
# Every day at 20:25 UTC
- cron: '25 20 * * *'
jobs:
run-validation-scripts:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run validation scripts
run: |