From 063dd9f1d3c4c55f852b27ca9a48274634021a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:29:45 -0400 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 3 updates (#4236) Bumps the github-actions group with 3 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [actions/setup-python](https://github.com/actions/setup-python) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-flatpak.yml | 4 ++-- .github/workflows/ci-homebrew.yml | 2 +- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- .github/workflows/localize.yml | 2 +- .github/workflows/release-notifier-moonlight.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index f760aa08..ef214f0d 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -44,7 +44,7 @@ jobs: - name: Setup node id: node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.NODE_VERSION }} @@ -56,7 +56,7 @@ jobs: - name: Setup python id: python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index 09746484..417527d0 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -164,7 +164,7 @@ jobs: - name: Setup python id: python if: false - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index fdb3fc43..6c425cc7 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -58,7 +58,7 @@ jobs: - name: Setup python id: python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index ba62e0d7..8590857f 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -238,7 +238,7 @@ jobs: - name: Setup python id: setup-python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' diff --git a/.github/workflows/localize.yml b/.github/workflows/localize.yml index 17c5594e..6f4b0919 100644 --- a/.github/workflows/localize.yml +++ b/.github/workflows/localize.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v5 - name: Install Python 3.9 - uses: actions/setup-python@v5 # https://github.com/actions/setup-python + uses: actions/setup-python@v6 # https://github.com/actions/setup-python with: python-version: '3.9' diff --git a/.github/workflows/release-notifier-moonlight.yml b/.github/workflows/release-notifier-moonlight.yml index 1e1f6cf4..0fc94fcf 100644 --- a/.github/workflows/release-notifier-moonlight.yml +++ b/.github/workflows/release-notifier-moonlight.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check if latest GitHub release id: check-release - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const latestRelease = await github.rest.repos.getLatestRelease({