Skip to content

Commit deb0833

Browse files
Bump the ci-deps group with 2 updates
Bumps the ci-deps group with 2 updates: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch). Updates `softprops/action-gh-release` from 2.3.3 to 2.3.4 - [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@6cbd405...62c96d0) Updates `peter-evans/repository-dispatch` from 3 to 4 - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](peter-evans/repository-dispatch@v3...v4) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps - dependency-name: peter-evans/repository-dispatch dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83dc2de commit deb0833

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release_cut_new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
mv ./release-notes.md ${GITHUB_WORKSPACE}/release-notes.md
6969
7070
- name: Create a GitHub Release (Manual)
71-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
71+
uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7
7272
if: steps.tag_version.outputs.new_tag && github.event_name == 'workflow_dispatch'
7373
with:
7474
body_path: ./release-notes.md
@@ -77,7 +77,7 @@ jobs:
7777
tag_name: ${{ steps.tag_version.outputs.new_tag }}
7878

7979
- name: Create a GitHub Release (Push)
80-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
80+
uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7
8181
if: steps.tag_version.outputs.new_tag && github.event_name != 'workflow_dispatch'
8282
with:
8383
body_path: ./release-notes.md

.github/workflows/windows_deps_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Dispatch to windows-dependencies repo
13-
uses: peter-evans/repository-dispatch@v3
13+
uses: peter-evans/repository-dispatch@v4
1414
with:
1515
token: ${{ secrets.DEPS_REPO_DISPATCH_ACCESS_TOKEN }}
1616
repository: pcsx2/pcsx2-windows-dependencies

0 commit comments

Comments
 (0)