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:
schedule:
# Every day at 20:25 UTC
- cron: '25 20 * * *'
# Every day at 15:40 UTC
- cron: '40 15 * * *'
jobs:
run-validation-scripts:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run validation scripts
run: |