Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JP-Ellis committed Oct 9, 2024
1 parent 403696d commit d582e4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: astral-sh/[email protected]
uses: astral-sh/setup-uv@77c28f02b3322332d4a4446b3177f426da8bf086 # v3.1.5
with:
enable-cache: true
cache-dependency-glob: |
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
merge-multiple: true

- name: Set up uv
uses: astral-sh/[email protected]
uses: astral-sh/setup-uv@77c28f02b3322332d4a4446b3177f426da8bf086 # v3.1.5
with:
enable-cache: true
cache-dependency-glob: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- name: Set up uv
uses: astral-sh/[email protected]
uses: astral-sh/setup-uv@77c28f02b3322332d4a4446b3177f426da8bf086 # v3.1.5
with:
enable-cache: true
cache-dependency-glob: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
patch -p1 -d definition < definition-update.diff
- name: Set up uv
uses: astral-sh/[email protected]
uses: astral-sh/setup-uv@77c28f02b3322332d4a4446b3177f426da8bf086 # v3.1.5
with:
enable-cache: true
cache-dependency-glob: |
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
patch -p1 -d definition < definition-update.diff
- name: Set up uv
uses: astral-sh/[email protected]
uses: astral-sh/setup-uv@77c28f02b3322332d4a4446b3177f426da8bf086 # v3.1.5
with:
enable-cache: true
cache-dependency-glob: |
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Set up uv
uses: astral-sh/[email protected]
uses: astral-sh/setup-uv@77c28f02b3322332d4a4446b3177f426da8bf086 # v3.1.5
with:
enable-cache: true
cache-dependency-glob: |
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Set up uv
uses: astral-sh/[email protected]
uses: astral-sh/setup-uv@77c28f02b3322332d4a4446b3177f426da8bf086 # v3.1.5
with:
enable-cache: true
cache-dependency-glob: |
Expand All @@ -266,7 +266,7 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Set up uv
uses: astral-sh/[email protected]
uses: astral-sh/setup-uv@77c28f02b3322332d4a4446b3177f426da8bf086 # v3.1.5
with:
enable-cache: true
cache-dependency-glob: |
Expand All @@ -291,7 +291,7 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Set up uv
uses: astral-sh/[email protected]
uses: astral-sh/setup-uv@77c28f02b3322332d4a4446b3177f426da8bf086 # v3.1.5
with:
enable-cache: true
cache-dependency-glob: |
Expand Down

0 comments on commit d582e4b

Please sign in to comment.