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 2cf452b commit bc97dfaCopy full SHA for bc97dfa
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.runner }}
17
18
steps:
19
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
20
- uses: ./
21
with:
22
github-app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }}
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
30
31
32
- run: rm .platform.yaml # so it'll be downloaded
33
- id: setup
34
uses: ./
@@ -56,7 +56,7 @@ jobs:
56
AWS_SECRET_ACCESS_KEY: x
57
58
59
60
61
62
0 commit comments