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 Mar 31, 2024
1 parent b500e30 commit d311a2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:

env:
# renovate: datasource=pypi depName=commitizen
COMMITIZEN_VERSION: 3.20.0
COMMITIZEN_VERSION: 3.21.3
# renovate: datasource=github-releases depName=mitsuhiko/rye
RYE_VERSION: 0.31.0
RYE_VERSION: 0.32.0

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

- name: Setup Rye
uses: nikaro/actions/setup-rye@bbf1bd685d8684b846e67feb75e5331268043043 # 1.3.20
uses: nikaro/actions/setup-rye@fdbf26a2c9512b5e617ae65fa77a3f92c1598a56 # 1.3.21

- 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@bbf1bd685d8684b846e67feb75e5331268043043 # 1.3.20
uses: nikaro/actions/pre-commit@fdbf26a2c9512b5e617ae65fa77a3f92c1598a56 # 1.3.21

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@bbf1bd685d8684b846e67feb75e5331268043043 # 1.3.20
uses: nikaro/actions/setup-rye@fdbf26a2c9512b5e617ae65fa77a3f92c1598a56 # 1.3.21

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

0 comments on commit d311a2a

Please sign in to comment.