Skip to content

Commit 454aedd

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

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pull-requests: write
2525
steps:
2626
- name: checkout repository
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 0
3030
- name: setup package manager

.github/workflows/security.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write
2020
steps:
2121
- name: checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525
- name: scan source
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: checkout repository
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
with:
3838
fetch-depth: 0
3939
- name: scan source

.github/workflows/source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020
- name: setup package manager

.github/workflows/title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: checkout repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
fetch-depth: 0
1717
- name: setup package manager

0 commit comments

Comments
 (0)