Skip to content

Commit e39aaac

Browse files
chore(deps): bump the github-actions group across 1 directory with 6 updates
Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `4` | `5` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.8.0` | `3.11.1` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `8` | | [actions/first-interaction](https://github.com/actions/first-interaction) | `1.3.0` | `3.0.0` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `peter-evans/create-or-update-comment` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) Updates `docker/setup-buildx-action` from 3.8.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.8.0...v3.11.1) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `actions/first-interaction` from 1.3.0 to 3.0.0 - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](actions/first-interaction@v1.3.0...v3.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/first-interaction dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb96638 commit e39aaac

8 files changed

Lines changed: 19 additions & 19 deletions

.github/workflows/auto-assign-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616

1717
- name: Assign the issue
1818
run: |

.github/workflows/auto-invite-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
steps:
1414
- name: Invite user to join OpenIM Community
15-
uses: peter-evans/create-or-update-comment@v4
15+
uses: peter-evans/create-or-update-comment@v5
1616
with:
1717
token: ${{ secrets.BOT_GITHUB_TOKEN }}
1818
issue-number: ${{ github.event.issue.number }}

.github/workflows/comment-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
EXCLUDE_FILES: "*.md *.txt *.html *.css *.min.js *.mdx"
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Search for Non-English comments
2323
run: |

.github/workflows/docker-Deployment-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
os: [ubuntu-latest]
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828

2929
- name: Set up Docker
30-
uses: docker/setup-buildx-action@v3.8.0
30+
uses: docker/setup-buildx-action@v3.12.0
3131

3232
- name: Run Docker Compose
3333
run: |
@@ -198,17 +198,17 @@ jobs:
198198

199199
steps:
200200
- name: Checkout Docker repository
201-
uses: actions/checkout@v4
201+
uses: actions/checkout@v6
202202

203203
- name: Checkout SDK repository
204-
uses: actions/checkout@v4
204+
uses: actions/checkout@v6
205205
with:
206206
repository: "openimsdk/openim-sdk-core"
207207
ref: "main"
208208
path: ${{ env.SDK_DIR }}
209209

210210
- name: Set up Go ${{ matrix.go_version }}
211-
uses: actions/setup-go@v5
211+
uses: actions/setup-go@v6
212212
with:
213213
go-version: ${{ matrix.go_version }}
214214

.github/workflows/help-comment-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
steps:
1414
- name: Add comment
15-
uses: peter-evans/create-or-update-comment@v4
15+
uses: peter-evans/create-or-update-comment@v5
1616
with:
1717
issue-number: ${{ github.event.issue.number }}
1818
token: ${{ secrets.BOT_TOKEN }}

.github/workflows/remove-unused-labels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
contents: read
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Fetch All Issues and PRs
1717
id: fetch_issues_prs
18-
uses: actions/github-script@v7.0.1
18+
uses: actions/github-script@v8
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
script: |
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Fetch All Labels
4040
id: fetch_labels
41-
uses: actions/github-script@v7.0.1
41+
uses: actions/github-script@v8
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
script: |
@@ -52,7 +52,7 @@ jobs:
5252
result-encoding: string
5353

5454
- name: Remove Unused Labels
55-
uses: actions/github-script@v7.0.1
55+
uses: actions/github-script@v8
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}
5858
script: |

.github/workflows/reopen-issue.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616

1717
- name: Fetch Closed Issues with lifecycle/stale Label
1818
id: fetch_issues
19-
uses: actions/github-script@v7
19+
uses: actions/github-script@v8
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |
@@ -40,7 +40,7 @@ jobs:
4040
echo "Issue numbers: ${{ steps.fetch_issues.outputs.result }}"
4141
4242
- name: Reopen Issues
43-
uses: actions/github-script@v7
43+
uses: actions/github-script@v8
4444
with:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
4646
script: |
@@ -59,7 +59,7 @@ jobs:
5959
}
6060
6161
- name: Remove lifecycle/stale Label
62-
uses: actions/github-script@v7
62+
uses: actions/github-script@v8
6363
with:
6464
github-token: ${{ secrets.GITHUB_TOKEN }}
6565
script: |

.github/workflows/user-first-interaction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
check_for_first_interaction:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/first-interaction@v1.3.0
14+
- uses: actions/checkout@v6
15+
- uses: actions/first-interaction@v3.1.0
1616
with:
1717
repo-token: ${{ secrets.BOT_TOKEN }}
1818
pr-message: |

0 commit comments

Comments
 (0)