mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
29b240a689
commit
d8cdb58522
3 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Close inactive duplicate issues
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/backfill-dedupe.yml
vendored
2
.github/workflows/backfill-dedupe.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Fetch issues and run dedupe
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/issue-dedupe.yml
vendored
2
.github/workflows/issue-dedupe.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
!endsWith(github.actor, '[bot]') &&
|
||||
github.actor != 'github-actions')
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Determine issue number
|
||||
id: issue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue