From 034a68e16d82f1f7849f777c1f920277577b7cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Viricel?= Date: Wed, 24 Jul 2024 17:30:22 +0200 Subject: [PATCH] chore: upgrade github actions --- .github/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e1443d84..071ffd5a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -8,14 +8,14 @@ on: jobs: deploy: runs-on: ubuntu-latest - container: node:6 + container: node:20 env: TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }} steps: - - name: Checkout - uses: actions/checkout@v2.3.1 + - name: Checkout 🛎 + uses: actions/checkout@v4 - name: Build run: | @@ -24,7 +24,7 @@ jobs: bash ./task/run.sh - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./gl-style-package-spec/build