mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
Merge branch 'main' into worktree-agent-a8f829c0814f3ef51
This commit is contained in:
commit
66211de7a3
2
.github/workflows/bump-homebrew-formula.yml
vendored
2
.github/workflows/bump-homebrew-formula.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Bump Homebrew formulae
|
- name: Bump Homebrew formulae
|
||||||
uses: dawidd6/action-homebrew-bump-formula@v7
|
uses: dawidd6/action-homebrew-bump-formula@v7
|
||||||
|
|
|
||||||
4
.github/workflows/containers.yaml
vendored
4
.github/workflows/containers.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- 5.9
|
- 5.9
|
||||||
steps:
|
steps:
|
||||||
- name: check out repository code
|
- name: check out repository code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Grab git slugs (short commit id, branch etc.)
|
- name: Grab git slugs (short commit id, branch etc.)
|
||||||
uses: rlespinasse/github-slug-action@v3.x
|
uses: rlespinasse/github-slug-action@v3.x
|
||||||
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: get vcs details
|
- name: get vcs details
|
||||||
uses: rlespinasse/github-slug-action@v3.x
|
uses: rlespinasse/github-slug-action@v3.x
|
||||||
|
|
|
||||||
2
.github/workflows/documentation.yaml
vendored
2
.github/workflows/documentation.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
|
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
|
||||||
ref: ${{ github.event.pull_request.head.ref || github.ref }}
|
ref: ${{ github.event.pull_request.head.ref || github.ref }}
|
||||||
|
|
|
||||||
4
.github/workflows/linting.yaml
vendored
4
.github/workflows/linting.yaml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
name: markdown
|
name: markdown
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- uses: xt0rted/markdownlint-problem-matcher@v3
|
- uses: xt0rted/markdownlint-problem-matcher@v3
|
||||||
|
|
||||||
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
task: [noexec, zcompile]
|
task: [noexec, zcompile]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
name: release
|
name: release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-node@v6
|
- uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
|
||||||
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout ${{ github.repository }}
|
- name: checkout ${{ github.repository }}
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue