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 067b426 commit 138f7f5Copy full SHA for 138f7f5
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
platform: [ubuntu-latest, macos-latest, windows-latest]
14
runs-on: ${{ matrix.platform }}
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
18
- name: Build
19
shell: bash -l {0}
.github/workflows/update-dist.yml
@@ -8,7 +8,7 @@ jobs:
8
update-dist:
9
runs-on: ubuntu-latest
10
11
12
0 commit comments