Skip to content

Commit

Permalink
ci(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 85722b9 commit 7a12435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# renovate: datasource=pypi depName=commitizen
COMMITIZEN_VERSION: 3.13.0
# renovate: datasource=github-releases depName=mitsuhiko/rye
RYE_VERSION: 0.16.0
RYE_VERSION: 0.19.0

jobs:
ci:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
tag: ${{ env.REVISION }}

- name: Setup Rye
uses: nikaro/actions/setup-rye@1703ae14475ebec9f011dc2aee0f0c75bd138aa3 # 1.3.7
uses: nikaro/actions/setup-rye@b4cdd885a190e1f4eb7f4de3f8ee0f5668cc5d9a # 1.3.11

- 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@1703ae14475ebec9f011dc2aee0f0c75bd138aa3 # 1.3.7
uses: nikaro/actions/pre-commit@b4cdd885a190e1f4eb7f4de3f8ee0f5668cc5d9a # 1.3.11

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@1703ae14475ebec9f011dc2aee0f0c75bd138aa3 # 1.3.7
uses: nikaro/actions/setup-rye@b4cdd885a190e1f4eb7f4de3f8ee0f5668cc5d9a # 1.3.11

- name: Install dependencies
run: rye sync --all-features
Expand Down

0 comments on commit 7a12435

Please sign in to comment.