Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 894ad00

Browse files
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-4
2 parents c86a48a + ac031f5 commit 894ad00

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ai-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
pull-requests: write
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Label PR
47-
uses: actions/labeler@v4
47+
uses: actions/labeler@v5
4848
with:
4949
repo-token: "${{ secrets.GITHUB_TOKEN }}"
5050
configuration-path: .github/labeler.yml

.github/workflows/anya-ai-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
pull-requests: write
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/pr-automation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
validate:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Conventional Commits Check
18-
uses: webiny/action-conventional-commits@v1.1.0
18+
uses: webiny/action-conventional-commits@v1.3.0
1919

2020
- name: PR Size Check
2121
uses: codelytv/pr-size-labeler@v1
@@ -34,7 +34,7 @@ jobs:
3434
security:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838

3939
- name: Security Scan
4040
uses: github/codeql-action/analyze@v2
@@ -50,7 +50,7 @@ jobs:
5050
!github.event.pull_request.draft
5151
steps:
5252
- name: Auto-merge Pull Request
53-
uses: pascalgn/automerge-action@v0.15.6
53+
uses: pascalgn/automerge-action@v0.16.4
5454
env:
5555
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5656
MERGE_METHOD: "squash"

0 commit comments

Comments
 (0)