From b07e98b671e7ef5f7595cf9dfc279436b552ee52 Mon Sep 17 00:00:00 2001 From: Tintinkung Date: Sun, 21 Apr 2024 17:44:44 +0700 Subject: [PATCH] fix: indent --- .github/workflows/static.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 61ee2e4..1674763 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -11,13 +11,13 @@ jobs: runs-on: ubuntu-latest name: Build and Push steps: - - uses: actions/checkout@master - - name: Use Node.js + - name: Checkout + uses: actions/checkout@v3 run: git config --global user.email "sukrit_dinosuar@hotmail.com" run: git config --global user.name "tintinkung" - - uses: actions/setup-node@main - name: Setup + uses: actions/setup-node@main with: node-version: 18.x