Skip to content

Commit af7ed94

Browse files
Merge branch 'main' into dependabot/cargo/anyhow-1.0.103
2 parents 3000357 + cb3a1bc commit af7ed94

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424

2525
steps:
2626
- name: Clone repository
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Install build dependencies
3030
run: sudo apt install -y libluajit-5.1-dev mold
3131

3232
- name: Set up build cache
33-
uses: actions/cache@v5
33+
uses: actions/cache@v6
3434
with:
3535
path: |
3636
~/.cargo/bin/

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Clone repository
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Install taplo
2121
uses: uncenter/setup-taplo@v2
@@ -47,13 +47,13 @@ jobs:
4747

4848
steps:
4949
- name: Clone repository
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151

5252
- name: Install build dependencies
5353
run: sudo apt install -y libluajit-5.1-dev mold
5454

5555
- name: Set up build cache
56-
uses: actions/cache@v5
56+
uses: actions/cache@v6
5757
with:
5858
path: |
5959
~/.cargo/bin/

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)