Skip to content

Commit 1389f50

Browse files
renovate[bot]omarluq
authored andcommitted
chore(deps): update actions/checkout action to v7
1 parent f2d813b commit 1389f50

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Setup Go
2121
uses: actions/setup-go@v6
@@ -49,7 +49,7 @@ jobs:
4949
goarch: arm64
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v7
5353

5454
- name: Setup Go
5555
uses: actions/setup-go@v6

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
HUGO_VERSION: 0.154.5
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
submodules: recursive
3232
fetch-depth: 0

.github/workflows/release.yml

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
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020

docs-site/.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
HUGO_VERSION: 0.147.9
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
with:
3939
fetch-depth: 0 # fetch all history for .GitInfo and .Lastmod
4040
submodules: recursive

0 commit comments

Comments
 (0)