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 760262c commit a191acaCopy full SHA for a191aca
2 files changed
.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@v6
+ uses: actions/checkout@v7
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