From c04cf118c7256e03f3ffd76da1a6b0fb7631ac99 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Tue, 9 Jan 2024 14:42:55 +0200 Subject: [PATCH] ci: use v4 of actions/checkout --- .github/workflows/ci.yml | 2 +- .github/workflows/create.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6273929d..ec79e636 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Check out the repo" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" - name: "Install Bun" uses: "oven-sh/setup-bun@v1" diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index 6cb22c3e..e0e93696 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -14,7 +14,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Check out the repo" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" - name: "Update package.json" env: