From f37aee90fce77506829a4e804661be8de2fd4317 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:26:21 +0000 Subject: [PATCH] ci(deps): update nikaro/actions action to v1.3.13 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7b2b47a..7fb27ef 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -62,7 +62,7 @@ jobs: tag: ${{ env.REVISION }} - name: Setup Rye - uses: nikaro/actions/setup-rye@b4cdd885a190e1f4eb7f4de3f8ee0f5668cc5d9a # 1.3.11 + uses: nikaro/actions/setup-rye@e279a865c36407ae0b95bcce39e8449084736092 # 1.3.13 - name: Build package run: rye build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94d8824..6ee3a11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Run pre-commit - uses: nikaro/actions/pre-commit@b4cdd885a190e1f4eb7f4de3f8ee0f5668cc5d9a # 1.3.11 + uses: nikaro/actions/pre-commit@e279a865c36407ae0b95bcce39e8449084736092 # 1.3.13 test: name: Test @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Rye - uses: nikaro/actions/setup-rye@b4cdd885a190e1f4eb7f4de3f8ee0f5668cc5d9a # 1.3.11 + uses: nikaro/actions/setup-rye@e279a865c36407ae0b95bcce39e8449084736092 # 1.3.13 - name: Install dependencies run: rye sync --all-features