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 8a084fe commit c586980Copy full SHA for c586980
.github/workflows/lint.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: checkout
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
20
- name: install pnpm
21
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
.github/workflows/test.yaml
@@ -19,7 +19,7 @@ jobs:
22
23
24
- name: show docker version
25
run: docker version
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
0 commit comments