Skip to content

Commit 8fe5d6b

Browse files
authored
Merge pull request #79 from PHPCompatibility/dependabot/github_actions/action-runners-78f35ca48a
GH Actions: Bump actions/checkout from 5.0.0 to 5.0.1 in the action-runners group
2 parents 8349536 + 8e5243a commit 8fe5d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
with:
2020
persist-credentials: false
2121

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

8282
steps:
8383
- name: Checkout code
84-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
84+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8585
with:
8686
persist-credentials: false
8787

0 commit comments

Comments
 (0)