Skip to content

Commit d5176e1

Browse files
authored
Merge pull request #79 from trailofbits/dependabot/github_actions/{{cookiecutter.project_slug}}/dot-github/workflows/astral-sh/setup-uv-6.4.3
build(deps): bump astral-sh/setup-uv from 6.4.1 to 6.4.3 in /{{cookiecutter.project_slug}}/.github/workflows
2 parents e397e26 + da2200c commit d5176e1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

{{cookiecutter.project_slug}}/.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
19+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
2020

2121
- name: setup
2222
run: |

{{cookiecutter.project_slug}}/.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: Install uv
20-
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
20+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
2121

2222
- name: lint
2323
run: make lint INSTALL_EXTRA=lint

{{cookiecutter.project_slug}}/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: Install uv
20-
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
20+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
2121

2222
- name: Build distributions
2323
run: uv build

{{cookiecutter.project_slug}}/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Install uv
27-
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
27+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
2828

2929
- name: Install Python ${{ matrix.python }}
3030
run: uv python install ${{ matrix.python }}

{{cookiecutter.project_slug}}/.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Install the latest version of uv
26-
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
26+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
2727

2828
- name: Run zizmor 🌈
2929
run: uvx zizmor --format sarif . > results.sarif

0 commit comments

Comments
 (0)