Skip to content

Commit b6eb756

Browse files
authored
Bump GitHub actions (#6527)
1 parent d7dc08f commit b6eb756

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ updates:
66
interval: "weekly"
77
labels:
88
- "CI"
9-
target-branch: "3.8.x"
9+
target-branch: "3.9.x"

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ on:
2525
jobs:
2626
coding-standards:
2727
name: "Coding Standards"
28-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.0.1"
28+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.1.0"

.github/workflows/release-on-milestone-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: "actions/checkout@v4"
1616

1717
- name: "Release"
18-
uses: "laminas/automatic-releases@1.24.0"
18+
uses: "laminas/automatic-releases@1.25.0"
1919
with:
2020
command-name: "laminas:automatic-releases:release"
2121
env:

0 commit comments

Comments
 (0)