From 7ab532598a2ef3965bde3257e25e895b1fa8eac5 Mon Sep 17 00:00:00 2001 From: wizzdom Date: Thu, 18 Jun 2026 21:44:51 +0100 Subject: [PATCH] actions: bump --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 96505a1..4ddff95 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: build: name: build - uses: './.github/workflows/build.yml' + uses: "./.github/workflows/build.yml" if: github.event_name != 'pull_request' deploy_review: @@ -22,7 +22,7 @@ jobs: if: github.ref != 'refs/heads/main' && github.event_name == 'push' timeout-minutes: 60 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - run: | levant deploy \ -var git_sha="${GITHUB_SHA}" \ @@ -50,7 +50,7 @@ jobs: if: github.ref == 'refs/heads/main' && github.event_name == 'push' timeout-minutes: 60 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - run: | levant deploy \ -var git_sha="${GITHUB_SHA}" \