Skip to content

Commit 0e99eb8

Browse files
authored
Merge pull request #102 from zerodahero/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents bc02df8 + 10cc4e3 commit 0e99eb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-cs-fixer.yml

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

99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
with:
1313
ref: ${{ github.head_ref }}
1414

.github/workflows/run-tests.yml

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

2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Setup Graphviz
3333
uses: ts-graphviz/setup-graphviz@v2

0 commit comments

Comments
 (0)