Skip to content

Commit 43baf20

Browse files
authored
Merge pull request #65 from PHPCompatibility/dependabot/github_actions/action-runners-2507bcfa80
GH Actions: Bump actions/checkout from 6.0.0 to 6.0.1 in the action-runners group
2 parents 1e76a18 + 1dbfcee commit 43baf20

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919
with:
2020
persist-credentials: false
2121

@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout code
63-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
63+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6464
with:
6565
persist-credentials: false
6666

0 commit comments

Comments
 (0)