Skip to content

Commit 2d3bf75

Browse files
authored
Merge pull request #71 from PHPCompatibility/dependabot/github_actions/actions/checkout-6.0.0
GH Actions: Bump actions/checkout from 5.0.1 to 6.0.0
2 parents a9a4265 + 175c1bf commit 2d3bf75

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

@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Checkout code
81-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
81+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8282
with:
8383
persist-credentials: false
8484

0 commit comments

Comments
 (0)