Skip to content

Commit

Permalink
feat: updated gh actions versions (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeKrop authored Nov 7, 2024
1 parent da6d501 commit 7e60c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v3
with:
version: "${{ matrix.uv-version }}"

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Update test coverage badge
if: github.event_name == 'push'
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 1362ebafcd51d3f65dae7935b1d322eb
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Update python version badge
if: github.event_name == 'push'
uses: schneegans/dynamic-badges-action@v1.6.0
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 15a234815aa74059953a766a10e92688
Expand Down

0 comments on commit 7e60c1d

Please sign in to comment.