trying checkout@v3

This commit is contained in:
rusefi 2023-07-15 18:37:00 -04:00
parent bc9823236a
commit 74dac9530b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# MY_REPO_PAT is about accessing private submodules
# todo: how do we use same script both with and without MY_REPO_PAT? would two conditional versions of 'uses: actions/checkout@v2' be needed?