Skip to content

Commit 99132cb

Browse files
committed
chore: update lockfile deps, ci actions
1 parent 3e7cf32 commit 99132cb

File tree

3 files changed

+159
-159
lines changed

3 files changed

+159
-159
lines changed

.github/workflows/build.yml

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

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Run Bento build action
2929
uses: bento-platform/bento_build_action@v1.0.0

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Install modules
1313
run: npm install
1414
- name: Build
1515
run: npm run build
1616
lint:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Install modules
2121
run: npm install
2222
- name: Run linter

0 commit comments

Comments
 (0)