We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43cf21 commit 8061d9eCopy full SHA for 8061d9e
.github/workflows/fly.yaml
@@ -13,7 +13,7 @@ jobs:
13
name: red-githubbot
14
url: https://red-githubbot
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: superfly/flyctl-actions/setup-flyctl@master
18
- run: flyctl deploy --remote-only
19
env:
.github/workflows/run_precommit.yaml
@@ -9,7 +9,7 @@ jobs:
9
10
11
# Checkout repository
12
# Setup Python and install pre-commit
- uses: actions/setup-python@v5
0 commit comments