From 5c54beac603250d2c2e519dd422fb962d2833805 Mon Sep 17 00:00:00 2001 From: Thomas Seropian Date: Tue, 19 Sep 2023 16:12:58 +0100 Subject: [PATCH] Update GHA to checkout@v3y --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b67152d..a927da1 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Build # Controls when the workflow will run on: @@ -22,7 +22,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Hugo uses: peaceiris/actions-hugo@v2