7
0
mirror of https://github.com/marado/RNID.git synced 2024-10-22 16:00:35 +00:00

GA: blindly updating actions/checkout to @v4

Closes: #110
This commit is contained in:
Marcos Marado 2024-10-19 16:35:38 +01:00
parent e52da78a89
commit b2ef7fc6d7

View File

@ -2,15 +2,15 @@ name: Validação automática
on: on:
schedule: schedule:
# Every day at 20:25 UTC # Every day at 15:40 UTC
- cron: '25 20 * * *' - cron: '40 15 * * *'
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@v3 uses: actions/checkout@v4
- name: Run validation scripts - name: Run validation scripts
run: | run: |