From 9154ab0de2f03b081bed04f98b65bb619efeded4 Mon Sep 17 00:00:00 2001 From: npgy Date: Sun, 10 May 2026 13:13:31 -0400 Subject: [PATCH] bump actions --- .github/workflows/fly-develop-deploy.yml | 2 +- .github/workflows/fly-live-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fly-develop-deploy.yml b/.github/workflows/fly-develop-deploy.yml index 572e486..ab3135a 100644 --- a/.github/workflows/fly-develop-deploy.yml +++ b/.github/workflows/fly-develop-deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest concurrency: deploy-group # optional: ensure only one action runs at a time steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy --config fly.develop.toml --remote-only env: diff --git a/.github/workflows/fly-live-deploy.yml b/.github/workflows/fly-live-deploy.yml index 8595cbd..5f4a9d3 100644 --- a/.github/workflows/fly-live-deploy.yml +++ b/.github/workflows/fly-live-deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest concurrency: deploy-group # optional: ensure only one action runs at a time steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy --config fly.live.toml --remote-only env: