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