Skip to content

Commit b36d13f

Browse files
committed
Updated some GitHub Actions dependencies.
1 parent 343a1e9 commit b36d13f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v6
1111
- uses: actions/setup-python@v6
12-
with: {python-version: 3.14}
12+
with: {python-version: '>=3.15.0-beta.1'}
1313
- run: pip install .
1414
- run: pip install pytest
15-
- uses: actions/cache@v4
15+
- uses: actions/cache@v5
1616
with:
1717
key: cache-dir
1818
path: .pytest_cache/d

0 commit comments

Comments
 (0)