Skip to content

Commit d213178

Browse files
⬆ Bump the github-actions group across 1 directory with 4 updates (#2045)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70eb2ab commit d213178

10 files changed

Lines changed: 13 additions & 13 deletions

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# For pull requests it's not necessary to checkout the code but for the main branch it is
2222
with:
2323
persist-credentials: false
24-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
24+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
2525
id: filter
2626
with:
2727
filters: |
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
python-version-file: ".python-version"
5858
- name: Setup uv
59-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
59+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
6060
with:
6161
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
6262
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/bump-pre-commit-hooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
token: ${{ secrets.SQLMODEL_LATEST_CHANGES }}
2323
persist-credentials: true
2424
- name: Set up Python
25-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
25+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2626
with:
2727
python-version-file: ".python-version"
2828
- name: Setup uv
29-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
29+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
3030
with:
3131
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3232
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version-file: ".python-version"
3333
- name: Install uv
34-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
34+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
3535
with:
3636
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3737
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
python-version-file: ".python-version"
3232
- name: Setup uv
33-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
33+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
3434
with:
3535
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3636
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 5
2121
steps:
22-
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
22+
- uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
2323
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
2424
- run: echo "Done adding labels"
2525
# Run this after labeler applied labels

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
python-version-file: ".python-version"
4545
- name: Setup uv
46-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
46+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
4747
with:
4848
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
4949
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
python-version-file: ".python-version"
4545
- name: Install uv
46-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
46+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
4747
with:
4848
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
4949
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
python-version-file: ".python-version"
3535
- name: Install uv
36-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
36+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
3737
with:
3838
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3939
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version-file: ".python-version"
2323
- name: Setup uv
24-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
24+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
2525
with:
2626
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
2727
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
- name: Setup uv
62-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
62+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
6363
with:
6464
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
6565
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
python-version-file: ".python-version"
104104
- name: Setup uv
105-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
105+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
106106
with:
107107
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
108108
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837

0 commit comments

Comments
 (0)