Skip to content

Commit 6ae194d

Browse files
build(deps): bump the all-actions group across 1 directory with 2 updates
Bumps the all-actions group with 2 updates in the / directory: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) Updates `tj-actions/changed-files` from 47.0.5 to 47.0.6 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v47.0.5...v47.0.6) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: tj-actions/changed-files dependency-version: 47.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3dd50f commit 6ae194d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
# ----------------------------------------------
147147
- name: Create Release
148148
if: steps.should_create_release.outputs.should_create_release == 'true'
149-
uses: softprops/action-gh-release@v2
149+
uses: softprops/action-gh-release@v3
150150
with:
151151
token: ${{ secrets.BOT_PR_PAT }}
152152
name: ${{ steps.prepare_release.outputs.tag }}

.github/workflows/pr-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
#----------------------------------------------
3131
- name: Get changed files
3232
id: changed-files
33-
uses: tj-actions/changed-files@v47.0.5
33+
uses: tj-actions/changed-files@v47.0.6
3434
#----------------------------------------------
3535
# Get changed plugins
3636
#----------------------------------------------

.github/workflows/pr-linting-and-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
#----------------------------------------------
3636
- name: Get changed files
3737
id: changed-files
38-
uses: tj-actions/changed-files@v47.0.5
38+
uses: tj-actions/changed-files@v47.0.6
3939
#----------------------------------------------
4040
# Get changed plugins
4141
#----------------------------------------------

0 commit comments

Comments
 (0)