Skip to content

Commit 4ce48ca

Browse files
authored
Merge pull request #2 from DigitalCoreHub/dependabot/github_actions/actions/checkout-5
🔄 Dependency Update —(deps): Bump actions/checkout from 4 to 5
2 parents ee4139b + e2b4fda commit 4ce48ca

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@v4
12+
- uses: actions/checkout@v5
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
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Set up PHP
2020
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)