Skip to content

Commit 4a67f5e

Browse files
Bump the github-actions-all group with 3 updates
Bumps the github-actions-all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) and [peter-evans/close-issue](https://github.com/peter-evans/close-issue). Updates `actions/checkout` from 2 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) Updates `peter-evans/create-or-update-comment` from 2 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v2...v5) Updates `peter-evans/close-issue` from 2 to 3 - [Release notes](https://github.com/peter-evans/close-issue/releases) - [Commits](peter-evans/close-issue@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - 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-all - dependency-name: peter-evans/close-issue dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 096bd2d commit 4a67f5e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
check-issue:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v6
99

1010
- name: Check Issue title
1111
run: |
@@ -20,7 +20,7 @@ jobs:
2020
echo "${{ env.ISSUE_BODY_VALID }}"
2121
2222
- name: Create comment
23-
uses: peter-evans/create-or-update-comment@v2
23+
uses: peter-evans/create-or-update-comment@v5
2424
if: ${{ env.ISSUE_BODY_VALID != 'true' }}
2525
with:
2626
issue-number: ${{ github.event.issue.number }}
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Close Issue
5555
if: ${{ env.ISSUE_BODY_VALID == 'true' }}
56-
uses: peter-evans/close-issue@v2
56+
uses: peter-evans/close-issue@v3
5757
with:
5858
comment: |
5959
Баг-репорт корректный. Успешно закрыто!

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v6
1010
- run: |
1111
bash ./test.sh

0 commit comments

Comments
 (0)