Chnages checkout version to v3

This commit is contained in:
Leandro Lafin 2024-07-11 11:07:04 -03:00
parent 5e0b2d6f8a
commit 0c20afa6a3
No known key found for this signature in database
GPG Key ID: 60C427B9DF40CB72
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ on:
branches: [master]
schedule:
- cron: '0 15 * * 2'
jobs:
CodeQL-Build:
@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.

View File

@ -13,7 +13,7 @@ jobs:
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '17.x'
@ -34,7 +34,7 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '17.x'