From 1007ba79c0b7fe0c038e8b686a4bea2b022dcc9a Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 16 Oct 2022 08:51:32 -0700 Subject: [PATCH] Upgrade actions checkout --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2958e03..27a3a2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 00ef8a7..1735c66 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: name: Build and Deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: