Skip to content

Commit

Permalink
ci(deps): update nikaro/actions action to v1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent ed49e87 commit f37aee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f37aee9

Please sign in to comment.