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 4ee22b0 commit cb26256Copy full SHA for cb26256
.github/workflows/macos.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: macos-12
29
30
steps:
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
32
33
- name: Cache node modules
34
uses: actions/cache@v4
.github/workflows/ubuntu.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-22.04
26
27
.github/workflows/windows.yml
runs-on: windows-2022
0 commit comments