From 3da6a0cb218759462748fc2fd87ab57a22b1af0d Mon Sep 17 00:00:00 2001 From: akshayitzme Date: Mon, 11 Nov 2024 15:34:41 +0530 Subject: [PATCH] chore: bump to actions/checkout@v4 --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a7fef87e5..c9dc79fc3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: node-version: '18.19.0' - name: Checkout Books - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Dependencies run: | @@ -62,7 +62,7 @@ jobs: node-version: '18.19.0' - name: Checkout Books - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Dependencies run: | @@ -112,7 +112,7 @@ jobs: node-version: '18.19.0' - name: Checkout Books - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Dependencies run: | @@ -160,7 +160,7 @@ jobs: node-version: '18.19.0' - name: Checkout Books - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Dependencies run: yarn