Skip to content

Commit 9c5696d

Browse files
committed
ci: upgrade and pin actions to latest versions in tests.yml
1 parent e4690eb commit 9c5696d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
python-version: ["3.10", "3.11", "3.12"]
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
36+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3737
- name: Set up Python
38-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
38+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install package (generated-model tests import it)
@@ -48,9 +48,9 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
51+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5252
- name: Install uv
53-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
53+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5454
with:
5555
enable-cache: true
5656
- name: Regenerate models from the pinned spec version

0 commit comments

Comments
 (0)