Skip to content

Commit b6584b8

Browse files
authored
Merge pull request WordPress#2695 from WordPress/dependabot/github_actions/action-runners-f7adcc0a3c
GH Actions: Bump the action-runners group with 2 updates
2 parents c026fb2 + e3c8568 commit b6584b8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/basic-qa.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
persist-credentials: false
3232

@@ -117,7 +117,7 @@ jobs:
117117

118118
steps:
119119
- name: Checkout code
120-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
120+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
121121
with:
122122
persist-credentials: false
123123

@@ -157,7 +157,7 @@ jobs:
157157

158158
steps:
159159
- name: Checkout repository
160-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
160+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
161161
with:
162162
persist-credentials: false
163163

@@ -240,7 +240,7 @@ jobs:
240240

241241
steps:
242242
- name: Checkout code
243-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
243+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
244244
with:
245245
persist-credentials: false
246246

@@ -270,9 +270,9 @@ jobs:
270270

271271
steps:
272272
- name: "Checkout"
273-
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
273+
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
274274
with:
275275
persist-credentials: false
276276

277277
- name: "Search for misspellings"
278-
uses: "crate-ci/typos@65120634e79d8374d1aa2f27e54baa0c364fff5a" # v1.42.1
278+
uses: "crate-ci/typos@ad3053d3adbcce7f2e3c60fd4ddfc239787d1eff" # v1.43.2

.github/workflows/quicktest.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
with:
3535
persist-credentials: false
3636

.github/workflows/unit-tests.yml

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

7575
steps:
7676
- name: Checkout repository
77-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
77+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878
with:
7979
persist-credentials: false
8080

0 commit comments

Comments
 (0)