Skip to content

Commit

Permalink
ci(deps): update ci packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nikaro committed Dec 27, 2024
1 parent 04b410f commit 4e88de2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Bump
uses: commitizen-tools/[email protected].0
uses: commitizen-tools/[email protected].1
with:
changelog_increment_filename: _changelog.md
github_token: ${{ github.token }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Lint
run: task lint --yes
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Setup sops
run: brew install sops
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Build
run: task build --yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Setup sops
run: brew install sops
Expand Down

0 comments on commit 4e88de2

Please sign in to comment.