From cc93d92b57e15978a96458fc7d47b5eba7b6bb3d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 31 Mar 2024 13:26:38 +0300 Subject: [PATCH] fix: version prefix in deploy.yml, update checkout --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b21d12a..a7b5fe8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Vue steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: Build-Deploy-Vue - uses: Daniele-Tentoni/VuePagesAction@1.0.8 + uses: Daniele-Tentoni/VuePagesAction@v1.0.8 with: username: 'ivuorinen' reponame: 'sysvinit-service-generator'