Skip to content

Commit 9672589

Browse files
authored
Merge pull request #2462 from serverless-heaven/dependabot/github_actions/actions/checkout-7
2 parents d43c09d + 11b2c67 commit 9672589

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/lint.yml

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

1818
steps:
1919
- name: 'Checkout'
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Checkout'
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414
with:
1515
fetch-depth: 2
1616

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: 'Checkout'
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
with:
3232
fetch-depth: 2
3333

@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: 'Checkout'
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v7
5454
with:
5555
fetch-depth: 2
5656

@@ -83,7 +83,7 @@ jobs:
8383

8484
steps:
8585
- name: 'Checkout'
86-
uses: actions/checkout@v6
86+
uses: actions/checkout@v7
8787
with:
8888
fetch-depth: 2
8989

@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: 'Checkout'
117-
uses: actions/checkout@v6
117+
uses: actions/checkout@v7
118118
with:
119119
fetch-depth: 2
120120

@@ -145,7 +145,7 @@ jobs:
145145

146146
steps:
147147
- name: 'Checkout'
148-
uses: actions/checkout@v6
148+
uses: actions/checkout@v7
149149
with:
150150
fetch-depth: 2
151151

0 commit comments

Comments
 (0)