From 5ca51e6198bef926738c5294f42625330d9a23c6 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Sun, 7 Apr 2024 12:58:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=8F=AB=20Upgrade=20`actions/checkout``=20to?= =?UTF-8?q?=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Babak K. Shandiz --- .github/workflows/check-and-build.yml | 8 ++++---- .github/workflows/main.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-and-build.yml b/.github/workflows/check-and-build.yml index ca79a06..cc66288 100644 --- a/.github/workflows/check-and-build.yml +++ b/.github/workflows/check-and-build.yml @@ -13,7 +13,7 @@ jobs: runs-on: self-hosted steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check style run: make check-pretty check-version: @@ -24,11 +24,11 @@ jobs: runs-on: self-hosted steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: current - name: Check out main - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: main path: main @@ -46,7 +46,7 @@ jobs: runs-on: self-hosted steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Make resume (PDF) run: make build-resume - name: Make SOP (PDF) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a45aa8c..ede3d52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: self-hosted steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Make resume (PDF) run: make build-resume - name: Make SOP (PDF)