summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-18 08:32:18 +0200
committerGitHub <noreply@github.com>2025-08-18 08:32:18 +0200
commitc2a69fe5904e074f0049a941c09f039acdce40a3 (patch)
tree11007fd92d7e4b0ef2c883027c1049176f2208e1 /.github/workflows
parent736632228a5f39573a15f4533b7672851f30bbe6 (diff)
downloadzsh-c2a69fe5904e074f0049a941c09f039acdce40a3.tar.gz
zsh-c2a69fe5904e074f0049a941c09f039acdce40a3.tar.bz2
zsh-c2a69fe5904e074f0049a941c09f039acdce40a3.zip
chore(deps): bump actions/checkout from 4 to 5 (#13271)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/dependencies.yml2
-rw-r--r--.github/workflows/installer.yml4
-rw-r--r--.github/workflows/main.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml
index 0b8eeda93..7cc53371d 100644
--- a/.github/workflows/dependencies.yml
+++ b/.github/workflows/dependencies.yml
@@ -14,7 +14,7 @@ jobs:
if: github.repository == 'ohmyzsh/ohmyzsh'
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Authenticate as @ohmyzsh
diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml
index 5593c9175..9e933350f 100644
--- a/.github/workflows/installer.yml
+++ b/.github/workflows/installer.yml
@@ -26,7 +26,7 @@ jobs:
- macos-latest
steps:
- name: Set up git repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Install zsh
if: runner.os == 'Linux'
run: sudo apt-get update; sudo apt-get install zsh
@@ -42,7 +42,7 @@ jobs:
- test
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Install Vercel CLI
run: npm install -g vercel
- name: Setup project and deploy
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 264ac31f3..c49324495 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
if: github.repository == 'ohmyzsh/ohmyzsh'
steps:
- name: Set up git repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Install zsh
run: sudo apt-get update; sudo apt-get install zsh
- name: Check syntax