Skip to content

Commit a191aca

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#622)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 760262c commit a191aca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository == 'jsdocs-io/extractor' && github.ref == 'refs/heads/main'
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616

1717
- name: Setup bun
1818
uses: oven-sh/setup-bun@v2

.github/workflows/not-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414

1515
- name: Setup bun
1616
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)