Skip to content

Commit 9f7a58f

Browse files
authored
Merge pull request #99 from PHPCompatibility/dependabot/github_actions/actions/checkout-7.0.0
GH Actions: Bump actions/checkout from 6.0.2 to 7.0.0
2 parents 0b5b351 + 99ab943 commit 9f7a58f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-qa-checks.yml

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

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919
with:
2020
persist-credentials: false
2121

@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Checkout code
84-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
84+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8585
with:
8686
persist-credentials: false
8787

0 commit comments

Comments
 (0)