Skip to content

Commit 3e4c7d8

Browse files
authored
Merge pull request #28 from ImpressCMS/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents df013a6 + a9aa266 commit 3e4c7d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automatic-rebase.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 the latest code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Test - impresscms:${{ matrix.impresscms_version }}; php:${{ matrix.php_version }}; ${{ matrix.database }}; ${{ matrix.os }}; composer:${{ matrix.composer_version }};
4343
steps:
4444
- name: Checkouting project code...
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
- name: Testing addon...
4848
uses: impresscms-dev/test-impresscms-addon-action@v0.3

0 commit comments

Comments
 (0)