We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e46456 commit ae45badCopy full SHA for ae45bad
.github/workflows/codeql-analysis.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout repository
30
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
31
32
# Initializes the CodeQL tools for scanning.
33
- name: Initialize CodeQL
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
node: [18.x]
17
timeout-minutes: 10
18
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- name: Setup Node.JS ${{ matrix.node }}
21
uses: actions/setup-node@v3
22
with:
package.json
@@ -9,7 +9,7 @@
9
"url": "https://foxypanda.me/"
10
},
11
"resolutions": {
12
- "**/typescript": "5.0.2",
13
- "**/immer": "9.0.21"
+ "**/typescript": "5.2.2",
+ "**/immer": "10.0.3"
14
}
15
0 commit comments