Skip to content

Commit f3b3511

Browse files
dev: update checkout v7 action in all ci workflows
1 parent bc02985 commit f3b3511

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/changelog-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Git Checkout
2121
- name: Checkout Code
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525
sparse-checkout: |

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Git Checkout
3030
- name: Checkout Code
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
with:
3333
fetch-depth: 0
3434
sparse-checkout: |

.github/workflows/publish-book.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
3232

3333
- name: Checkout Code
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737
sparse-checkout: |
@@ -46,7 +46,7 @@ jobs:
4646
python-version: 3.x
4747

4848
- name: Cache
49-
uses: actions/cache@v5
49+
uses: actions/cache@v6
5050
with:
5151
key: ${{ github.ref }}
5252
path: .cache

.github/workflows/scheduled-version-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
3333

3434
- name: Checkout Code
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v7
3636
with:
3737
fetch-depth: 0
3838
sparse-checkout: |

0 commit comments

Comments
 (0)