Skip to content

Commit

Permalink
Merge pull request #59 from backtrace-labs/feature/ci-cd-node-upgrade
Browse files Browse the repository at this point in the history
Use checkout v3
  • Loading branch information
BartoszLitwiniuk authored Feb 13, 2024
2 parents 96a1ca5 + c5d9284 commit fe7115c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Install latest CMake.
- uses: lukka/get-cmake@latest

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# Install latest CMake.
- uses: lukka/get-cmake@latest

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
# Install latest CMake.
- uses: lukka/get-cmake@latest

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
# Install latest CMake.
- uses: lukka/get-cmake@latest

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive

Expand Down

0 comments on commit fe7115c

Please sign in to comment.