We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d11a8 commit d6e6ab8Copy full SHA for d6e6ab8
.github/workflows/pull_request.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout repo
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
18
- name: Install apt dependencies
19
run: sudo apt-get -qq update && sudo apt-get -qq -y install curl
@@ -40,7 +40,7 @@ jobs:
40
image: swift:6.0-jammy
41
42
43
44
45
run: apt-get -qq update && apt-get -qq -y install curl ninja-build
46
- name: Install CMake 3.30.2
0 commit comments