From 9d1fd23d780ae6bd87b2747210a0f28ef30d95f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:01:47 +0000 Subject: [PATCH] Bump the ci-deps group with 2 updates Bumps the ci-deps group with 2 updates: [flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions) and [actions/setup-node](https://github.com/actions/setup-node). Updates `flatpak/flatpak-github-actions` from 6.5 to 6.6 - [Release notes](https://github.com/flatpak/flatpak-github-actions/releases) - [Commits](https://github.com/flatpak/flatpak-github-actions/compare/v6.5...92ae9851ad316786193b1fd3f40c4b51eb5cb101) Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: flatpak/flatpak-github-actions dependency-version: '6.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-deps - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/linux_build_flatpak.yml | 4 ++-- .github/workflows/release_cut_new.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux_build_flatpak.yml b/.github/workflows/linux_build_flatpak.yml index 9b35cc8cdc..65e3df79d0 100644 --- a/.github/workflows/linux_build_flatpak.yml +++ b/.github/workflows/linux_build_flatpak.yml @@ -129,7 +129,7 @@ jobs: - name: Push to Flathub (beta) if: ${{ inputs.publish == true && (inputs.stableBuild == false || inputs.stableBuild == 'false') }} - uses: flatpak/flatpak-github-actions/flat-manager@10a3c29f0162516f0f68006be14c92f34bd4fa6c + uses: flatpak/flatpak-github-actions/flat-manager@92ae9851ad316786193b1fd3f40c4b51eb5cb101 with: flat-manager-url: https://hub.flathub.org/ repository: beta @@ -138,7 +138,7 @@ jobs: - name: Push to Flathub (stable) if: ${{ inputs.publish == true && (inputs.stableBuild == true || inputs.stableBuild == 'true') }} - uses: flatpak/flatpak-github-actions/flat-manager@10a3c29f0162516f0f68006be14c92f34bd4fa6c + uses: flatpak/flatpak-github-actions/flat-manager@92ae9851ad316786193b1fd3f40c4b51eb5cb101 with: flat-manager-url: https://hub.flathub.org/ repository: stable diff --git a/.github/workflows/release_cut_new.yml b/.github/workflows/release_cut_new.yml index 0498c81dd7..8fa708c856 100644 --- a/.github/workflows/release_cut_new.yml +++ b/.github/workflows/release_cut_new.yml @@ -203,7 +203,7 @@ jobs: echo "TAG_VAL=${TAG_VAL}" gh release edit ${TAG_VAL} --draft=false --repo PCSX2/pcsx2 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 22