Skip to content

Commit 330c857

Browse files
Merge pull request #92 from ACT-Training/dependabot/github_actions/actions/checkout-5
⬆️ Bump actions/checkout from 3 to 5
2 parents d6053f8 + 7a87d47 commit 330c857

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fix-php-code-style-issues.yml

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

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v5
1717
with:
1818
ref: ${{ github.head_ref }}
1919

.github/workflows/run-tests.yml

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

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v5
2929

3030
- name: Setup PHP
3131
uses: shivammathur/setup-php@v2

.github/workflows/update-changelog.yml

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

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v5
1717
with:
1818
ref: main
1919

0 commit comments

Comments
 (0)