From 10f907e9f9c194bf41691ed586897e9c087974be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 19:38:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/fly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index e28f721..a7b9cd4 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -7,6 +7,6 @@ jobs: name: Deploy to fly.io runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy --remote-only \ No newline at end of file