Skip to content

Commit 969aa32

Browse files
authored
[12.x] update GitHub actions to latest versions (#10813)
* update GitHub actions to latest versions there are new versions of these actions. I ran a small test in a dummy repo and they behaved correctly - https://github.com/actions/checkout - https://github.com/stefanzweifel/git-auto-commit-action * update Dusk CI action version
1 parent a8f665a commit 969aa32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dusk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2602,7 +2602,7 @@ jobs:
26022602
DB_PASSWORD: root
26032603
MAIL_MAILER: log
26042604
steps:
2605-
- uses: actions/checkout@v4
2605+
- uses: actions/checkout@v5
26062606
- name: Prepare The Environment
26072607
run: cp .env.example .env
26082608
- name: Create Database

pint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200

201201
steps:
202202
- name: Checkout code
203-
uses: actions/checkout@v4
203+
uses: actions/checkout@v5
204204

205205
- name: Setup PHP
206206
uses: shivammathur/setup-php@v2
@@ -216,5 +216,5 @@ jobs:
216216
run: pint
217217

218218
- name: Commit linted files
219-
uses: stefanzweifel/git-auto-commit-action@v5
219+
uses: stefanzweifel/git-auto-commit-action@v6
220220
```

0 commit comments

Comments
 (0)