1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-24 00:46:36 +02:00

update test workflows to checkout v3 (#709)

This commit is contained in:
Thomas Boop 2022-03-01 13:02:13 -05:00 committed by GitHub
parent a12a3943b4
commit 2d1c1198e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v1