Skip to content

Commit 5189514

Browse files
authored
Merge pull request #40 from PHPCSStandards/dependabot/github_actions/actions/checkout-7.0.0
GH Actions: Bump actions/checkout from 6.0.2 to 7.0.0
2 parents 5660a82 + 5e5f4ab commit 5189514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3838
with:
3939
persist-credentials: false
4040

@@ -239,7 +239,7 @@ jobs:
239239

240240
steps:
241241
- name: Checkout
242-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
242+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
243243
with:
244244
persist-credentials: false
245245

0 commit comments

Comments
 (0)