We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7cf32 commit 99132cbCopy full SHA for 99132cb
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
27
28
- name: Run Bento build action
29
uses: bento-platform/bento_build_action@v1.0.0
.github/workflows/main.yml
@@ -8,15 +8,15 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
- name: Install modules
13
run: npm install
14
- name: Build
15
run: npm run build
16
lint:
17
18
19
20
21
22
- name: Run linter
0 commit comments