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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Every day at 18:15 UTC
|
# Every day at 20:25 UTC
|
||||||
- cron: '15 18 * * *'
|
- cron: '25 20 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-validation-scripts:
|
run-validation-scripts:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Run validation scripts
|
- name: Run validation scripts
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user