Skip to content

Commit cde6beb

Browse files
build(deps): bump actions/checkout from 4 to 6 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55ee918 commit cde6beb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

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

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

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 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@v4
18+
uses: actions/checkout@v6
1919

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

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

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

0 commit comments

Comments
 (0)