Skip to content

Commit bc30bb2

Browse files
committed
Update actions
1 parent 8700c07 commit bc30bb2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/bookworm-aarch64-sysroot.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ jobs:
1515
name: bookworm-aarch64 sysroot
1616
steps:
1717
- name: Checkout source
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Create sysroot
2121
run: ./sysroot/sysroot-creator.sh build arm64
2222

2323
- name: Upload sysroot
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: debian_bookworm_aarch64_sysroot.tar.xz
2727
path: sysroot/out/sysroot-build/bookworm/debian_bookworm_arm64_sysroot.tar.xz
2828

29-
- uses: bazelbuild/setup-bazelisk@v2
29+
- uses: bazel-contrib/setup-[email protected]
3030

3131
- name: Mount bazel cache
32-
uses: actions/cache@v1
32+
uses: actions/cache@v4
3333
with:
3434
path: "~/.cache/bazel"
3535
key: bazel

.github/workflows/bookworm-x86_64-sysroot.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ jobs:
1515
name: bookworm-x86_64 sysroot
1616
steps:
1717
- name: Checkout source
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Create sysroot
2121
run: ./sysroot/sysroot-creator.sh build amd64
2222

2323
- name: Upload sysroot
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: debian_bookworm_x86_64_sysroot.tar.xz
2727
path: sysroot/out/sysroot-build/bookworm/debian_bookworm_amd64_sysroot.tar.xz
2828

29-
- uses: bazelbuild/setup-bazelisk@v2
29+
- uses: bazel-contrib/setup-[email protected]
3030

3131
- name: Mount bazel cache
32-
uses: actions/cache@v1
32+
uses: actions/cache@v4
3333
with:
3434
path: "~/.cache/bazel"
3535
key: bazel

0 commit comments

Comments
 (0)