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 c772b9e commit 65cf5deCopy full SHA for 65cf5de
.github/workflows/check.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout Repo
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
15
- name: Install pnpm
16
uses: pnpm/action-setup@v4
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
with:
28
token: ${{ secrets.MACHINE_USER_TOKEN }}
29
0 commit comments