mirror of
https://github.com/marado/RNID.git
synced 2025-01-22 02:09:35 +00:00
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:
parent
626b8ef473
commit
e527e5232c
6
.github/workflows/scripts.yml
vendored
6
.github/workflows/scripts.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user