summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/installer.yml4
-rw-r--r--.github/workflows/main.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml
index cad5d445b..5593c9175 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@v3
+ uses: actions/checkout@v4
- 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@v3
+ uses: actions/checkout@v4
- 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 de7d98262..264ac31f3 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@v3
+ uses: actions/checkout@v4
- name: Install zsh
run: sudo apt-get update; sudo apt-get install zsh
- name: Check syntax