From c9818a894a25d1e4f194a29c343f33b3489c5d4e Mon Sep 17 00:00:00 2001 From: Kristian Aune Date: Fri, 8 Sep 2023 07:59:33 +0200 Subject: [PATCH] Set v4 --- .github/workflows/deploy-ui.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-ui.yaml b/.github/workflows/deploy-ui.yaml index f59b107..d6233ad 100644 --- a/.github/workflows/deploy-ui.yaml +++ b/.github/workflows/deploy-ui.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@v4 - name: Use Node.js 16 uses: actions/setup-node@v3 with: @@ -66,7 +66,7 @@ jobs: name: site-artifacts path: ../build - name: Check out code - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@v4 with: ref: gh-pages - name: Deploy to gh-pages