summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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