From ab213cb28aadf5d2e06bcd6cc8278356d684460c Mon Sep 17 00:00:00 2001 From: the1mason Date: Wed, 7 Feb 2024 14:36:44 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e30348..b2a1ad1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,8 +11,8 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 - uses: actions/setup-go@v5 + - uses: actions/checkout@v2 + - uses: actions/setup-go@v5 - name: Setup Hugo uses: peaceiris/actions-hugo@v2