Skip to content

Commit b0d07aa

Browse files
Bump the gha-dependencies group in /.github/actions/install-pkg with 2 updates (#1410)
Co-authored-by: Matt Fisher <3608264+mfisher87@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b4db8a commit b0d07aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/install-pkg/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ runs:
1414
using: composite
1515
steps:
1616
- name: Install uv
17-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
17+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
1818
with:
1919
enable-cache: True
2020
cache-suffix: ${{ inputs.cache-key}}-${{ inputs.python-version }}
2121

2222
# Typically faster than using `uv python install` because of GitHub's
2323
# cache. See: https://docs.astral.sh/uv/guides/integration/github/#setting-up-python
24-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
24+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2525
with:
2626
python-version: ${{ inputs.python-version }}
2727

0 commit comments

Comments
 (0)