From 174d37071815362319f1ba2cbb5ff110d4a92aed Mon Sep 17 00:00:00 2001 From: Rafal Dittwald Date: Wed, 20 Nov 2024 15:19:27 -0500 Subject: [PATCH] Bump Github action version numbers --- .github/workflows/deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b573453..9976b1f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -9,14 +9,15 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Build static files with babashka - uses: tzafrirben/babashka-docker-action@v0.3 + uses: tzafrirben/babashka-docker-action@v1.1 id: bb_shell with: bb_cmd: "bb build" - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./static