Skip to content

Commit 468267f

Browse files
Merge branch 'main' into docs/release
2 parents c5ec263 + 7eefe49 commit 468267f

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.github/workflows/sync_labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
steps:
1616
- name: ⤵️ Check out code from GitHub
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: 🚀 Run Label Sync
2020
uses: srealmoreno/label-sync-action@v2

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
styling:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Install dependencies
1818
run: npm ci
1919
- name: Lint
@@ -24,7 +24,7 @@ jobs:
2424
unit-tests:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: Install dependencies
2929
run: npm ci
3030
- name: Test
@@ -33,7 +33,7 @@ jobs:
3333
e2e:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- name: Test (100% requirement on 100% file)
3838
uses: ./
3939
with:

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"eslint": "^9.26.0",
4545
"globals": "^16.3.0",
4646
"jest": "^30.0.5",
47-
"eslint-plugin-jest": "^28.10.0"
47+
"eslint-plugin-jest": "^28.11.0"
4848
}
4949
}

0 commit comments

Comments
 (0)