Skip to content

Commit

Permalink
more specific github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cj81499 authored Sep 14, 2024
1 parent 789bad9 commit 0affbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/[email protected]

- name: Setup uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v2.1.1
with:
enable-cache: true
version: "0.4.10"
Expand Down Expand Up @@ -64,6 +64,6 @@ jobs:
run: echo '${{ toJSON(needs) }}'

- name: Check if all jobs succeeded
uses: re-actors/alls-green@release/v1
uses: re-actors/alls-green@v1.2.2
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 0affbcb

Please sign in to comment.