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 c29d319 commit 21e77c0Copy full SHA for 21e77c0
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
if: github.repository == 'jsdocs-io/extractor' && github.ref == 'refs/heads/main'
13
steps:
14
- name: Checkout repository
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
17
- name: Setup bun
18
uses: oven-sh/setup-bun@v2
.github/workflows/not-main.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
0 commit comments