Skip to content

Commit 7fb8664

Browse files
authored
Merge pull request #47 from DigitalCoreHub/dependabot/github_actions/actions/checkout-6
🔄 Dependency Update —(deps): Bump actions/checkout from 5 to 6
2 parents 4459723 + 6a34a98 commit 7fb8664

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.actor == 'dependabot[bot]'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- name: Fetch Dependabot metadata
1515
id: metadata

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Set up PHP
2424
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)