Skip to content

Commit bded4e8

Browse files
committed
chore(deps): update actions/checkout action to v7
1 parent 44cfce6 commit bded4e8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:
@@ -34,7 +34,7 @@ jobs:
3434
name: Filesystem scan
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
- name: Trivy scan
3939
uses: aquasecurity/trivy-action@v0.36.0
4040
with:
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v7
5454
- name: Set up Python
5555
uses: actions/setup-python@v6
5656
with:

.github/workflows/nightly-stack-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2424

2525
- name: Checkout dev branch
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
ref: dev
2929
fetch-depth: 0

.github/workflows/renovate-stack-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2222

2323
- name: Checkout Renovate branch
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525
with:
2626
ref: ${{ github.event.pull_request.head.ref }}
2727
fetch-depth: 0

0 commit comments

Comments
 (0)