From a894c1c6113959c2e2c2c11bfcbf22838a2b088a Mon Sep 17 00:00:00 2001 From: John Tsevdos Date: Wed, 23 Oct 2024 10:25:30 +0300 Subject: [PATCH] ci: update github actions --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f07e626..7c66789 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: name: Checking code changes in node version ➡️ ${{ matrix.node }} 💻 steps: - name: Checkout code 📥 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install node 💻 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} @@ -43,7 +43,7 @@ jobs: name: Checking code changes in bun version ➡️ ${{ matrix.bun }} 🍙 steps: - name: Checkout code 📥 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install bun 🍙 uses: oven-sh/setup-bun@v2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b6b666e..961a1c9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,10 +17,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code 📥 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up node 💻 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20