From a2b2c7b226c642ea7db2ce3ca5aa3f9431f7a104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:22:12 +0000 Subject: [PATCH] Bump the actions group with 3 updates Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `softprops/action-gh-release` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/b4309332981a82ec1c5618f44dd2e27cc8bfbfda...718ea10b132b3b2eba29c1007bb80653f286566b) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 4 ++-- .github/workflows/release.yml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 44ecf4f..fc77d7b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v4 @@ -65,7 +65,7 @@ jobs: # needs write permission to push the docs to gh-pages contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 ref: gh-pages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60bb11c..509cd20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: ID: ${{ steps.create_release.outputs.id }} VERSION: ${{ env.VERSION }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get version (on tag) if: startsWith(github.ref, 'refs/tags/') @@ -119,7 +119,7 @@ jobs: - name: Create Release if: startsWith(github.ref, 'refs/tags/') id: create_release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions with: @@ -185,7 +185,7 @@ jobs: RSCIIO_CACHE_POOCH_LABEL: ${{ needs.download_rsciio_test_data.outputs.VERSION }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: conda-incubator/setup-miniconda@v4 with: @@ -422,7 +422,7 @@ jobs: - name: Upload Release Asset if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -446,7 +446,7 @@ jobs: shell: cmd steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ssciwr/pooch-cache@v1 with: @@ -454,7 +454,7 @@ jobs: fail-on-cache-miss: true - name: Cache WinPython data - uses: actions/cache@v5 + uses: actions/cache@v6 env: # Increase this value to reset cache CACHE_NUMBER: 0 @@ -653,7 +653,7 @@ jobs: - name: Upload Release Asset if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -668,7 +668,7 @@ jobs: steps: - name: Finalise release # Publish draft release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: