Skip to content

Commit d6e6ab8

Browse files
salmanmkcrauhul
authored andcommitted
Upgrade GitHub Actions for Node 24 compatibility
Signed-off-by: Salman Muin Kayser Chishti <[email protected]>
1 parent c5d11a8 commit d6e6ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Install apt dependencies
1919
run: sudo apt-get -qq update && sudo apt-get -qq -y install curl
@@ -40,7 +40,7 @@ jobs:
4040
image: swift:6.0-jammy
4141
steps:
4242
- name: Checkout repo
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444
- name: Install apt dependencies
4545
run: apt-get -qq update && apt-get -qq -y install curl ninja-build
4646
- name: Install CMake 3.30.2

0 commit comments

Comments
 (0)