Skip to content

Commit 5406dd3

Browse files
authored
GHA: Fix deprecations (#4643)
1 parent 717a55d commit 5406dd3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/1-setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
ld --version
106106
107107
- name: Install ninja
108-
uses: symmetryinvestments/gha-setup-ninja@v1
108+
uses: symmetryinvestments/gha-setup-ninja@v2
109109

110110
- name: Install D host compiler
111111
uses: dlang-community/setup-dlang@v1

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
MACOSX_DEPLOYMENT_TARGET: 10.12
8080
steps:
81-
- uses: actions/checkout@v3
81+
- uses: actions/checkout@v4
8282
with:
8383
submodules: true
8484
fetch-depth: 50
@@ -281,6 +281,6 @@ jobs:
281281
permissions:
282282
contents: write
283283
steps:
284-
- uses: actions/checkout@v3
284+
- uses: actions/checkout@v4
285285
- name: Upload all artifacts to GitHub release
286286
uses: ./.github/actions/upload-to-github

.github/workflows/supported_llvm_versions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
submodules: true
6666
fetch-depth: 50
6767
- name: Install ninja
68-
uses: symmetryinvestments/gha-setup-ninja@v1
68+
uses: symmetryinvestments/gha-setup-ninja@v2
6969
- name: Install D host compiler
7070
uses: dlang-community/setup-dlang@v1
7171
with:
@@ -91,7 +91,7 @@ jobs:
9191
sudo apt-get install gdb=9.1-0ubuntu1 llvm libzstd-dev
9292
9393
- name: Try to restore cached LLVM
94-
uses: actions/cache@v3
94+
uses: actions/cache@v4
9595
with:
9696
path: llvm
9797
key: llvm-${{ matrix.llvm_version }}-${{ runner.os }}

0 commit comments

Comments
 (0)