Skip to content

Commit 844e8ed

Browse files
authored
Merge pull request #265 from EasyEngine/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents e7de91b + 2bcccc5 commit 844e8ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Set up QEMU
2929
uses: docker/setup-qemu-action@v3
@@ -73,7 +73,7 @@ jobs:
7373
others: ['nginx', 'nginx-proxy', 'postfix', 'redis', 'cron', 'mailhog', 'mariadb', 'newrelic-daemon']
7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777

7878
- name: Set up QEMU
7979
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)