mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-04 03:12:19 +08:00
chore(deps): bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` | | [actions/github-script](https://github.com/actions/github-script) | `6` | `7` | | [ad-m/github-push-action](https://github.com/ad-m/github-push-action) | `0.6.0` | `0.8.0` | | [dessant/lock-threads](https://github.com/dessant/lock-threads) | `4` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `2` | `4` | Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) Updates `actions/github-script` from 6 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) Updates `ad-m/github-push-action` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v0.6.0...v0.8.0) Updates `dessant/lock-threads` from 4 to 5 - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v4...v5) Updates `actions/setup-node` from 2 to 4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ad-m/github-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: dessant/lock-threads dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
35bac04f58
commit
ad58643e18
2
.github/workflows/auto-gh-pr.yml
vendored
2
.github/workflows/auto-gh-pr.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Sync Issue to PR
|
- name: Sync Issue to PR
|
||||||
if: github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main'
|
if: github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main'
|
||||||
|
|||||||
2
.github/workflows/bot-auto-cherry-pick.yml
vendored
2
.github/workflows/bot-auto-cherry-pick.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Comment cherry-pick command
|
- name: Comment cherry-pick command
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const pr = context.payload.pull_request;
|
const pr = context.payload.pull_request;
|
||||||
|
|||||||
2
.github/workflows/create-branch-on-tag.yml
vendored
2
.github/workflows/create-branch-on-tag.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Push CHANGELOG to Main
|
- name: Push CHANGELOG to Main
|
||||||
if: steps.create-and-commit-changelog.outputs.changes == 'true'
|
if: steps.create-and-commit-changelog.outputs.changes == 'true'
|
||||||
uses: ad-m/github-push-action@v0.6.0
|
uses: ad-m/github-push-action@v0.8.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
branch: main
|
branch: main
|
||||||
|
|||||||
2
.github/workflows/lock-issue.yml
vendored
2
.github/workflows/lock-issue.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
action:
|
action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v4
|
- uses: dessant/lock-threads@v5
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
issue-inactive-days: '365'
|
issue-inactive-days: '365'
|
||||||
|
|||||||
2
.github/workflows/milestone.yml
vendored
2
.github/workflows/milestone.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
statuses: none
|
statuses: none
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v6 # v6
|
- uses: actions/github-script@v7 # v6
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
if (!context.payload.pull_request.merged) {
|
if (!context.payload.pull_request.merged) {
|
||||||
|
|||||||
4
.github/workflows/opencommit.yml
vendored
4
.github/workflows/opencommit.yml
vendored
@ -28,10 +28,10 @@ jobs:
|
|||||||
permissions: write-all
|
permissions: write-all
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node.js Environment
|
- name: Setup Node.js Environment
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: di-sukharev/opencommit@github-action-v1.0.4
|
- uses: di-sukharev/opencommit@github-action-v1.0.4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user