Skip to content

Commit bc97dfa

Browse files
chore(deps): update actions/checkout action to v7 (#94)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cf452b commit bc97dfa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.runner }}
1717

1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- uses: ./
2121
with:
2222
github-app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }}
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
- run: rm .platform.yaml # so it'll be downloaded
3333
- id: setup
3434
uses: ./
@@ -56,7 +56,7 @@ jobs:
5656
AWS_SECRET_ACCESS_KEY: x
5757

5858
steps:
59-
- uses: actions/checkout@v6
59+
- uses: actions/checkout@v7
6060
- id: setup
6161
uses: ./
6262
with:

0 commit comments

Comments
 (0)