From 6e83a8baa8d6f4800cc271024e1c1e1978e8b52e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 02:11:25 +0000 Subject: [PATCH] Bump eifinger/setup-rye from 4.2.1 to 4.2.9 Bumps [eifinger/setup-rye](https://github.com/eifinger/setup-rye) from 4.2.1 to 4.2.9. - [Release notes](https://github.com/eifinger/setup-rye/releases) - [Commits](https://github.com/eifinger/setup-rye/compare/v4.2.1...v4.2.9) --- updated-dependencies: - dependency-name: eifinger/setup-rye dependency-version: 4.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main-branch-testing.yml | 4 ++-- .github/workflows/publish-package.yml | 2 +- .github/workflows/version-branch-testing.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main-branch-testing.yml b/.github/workflows/main-branch-testing.yml index ec37bd2..7ddc67d 100644 --- a/.github/workflows/main-branch-testing.yml +++ b/.github/workflows/main-branch-testing.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of Rye - uses: eifinger/setup-rye@v4.2.1 + uses: eifinger/setup-rye@v4.2.9 with: python-version: ${{ matrix.python-version }} - name: Setup the environment @@ -36,7 +36,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Install the latest version of Rye - uses: eifinger/setup-rye@v4.2.1 + uses: eifinger/setup-rye@v4.2.9 with: python-version: ${{ matrix.python-version }} - name: Build the package diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index f8753a7..aa9f4bc 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -10,7 +10,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Install the latest version of Rye - uses: eifinger/setup-rye@v4.2.1 + uses: eifinger/setup-rye@v4.2.9 - name: Build the package run: rye build - uses: actions/upload-artifact@v4.6.1 diff --git a/.github/workflows/version-branch-testing.yml b/.github/workflows/version-branch-testing.yml index fe6da49..021ab5f 100644 --- a/.github/workflows/version-branch-testing.yml +++ b/.github/workflows/version-branch-testing.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of Rye - uses: eifinger/setup-rye@v4.2.1 + uses: eifinger/setup-rye@v4.2.9 - name: Setup the environment run: rye sync --all-features - name: Test with pytest @@ -25,7 +25,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Install the latest version of Rye - uses: eifinger/setup-rye@v4.2.1 + uses: eifinger/setup-rye@v4.2.9 - name: Build the package run: rye build - uses: actions/upload-artifact@v4.6.1