Skip to content

Commit 6e753ad

Browse files
committed
Update python/tool versions in workflows
1 parent 454cb43 commit 6e753ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: jaxxstorm/action-install-gh-release@v1.10.0
2727
with:
2828
repo: houseabsolute/precious
29-
tag: v0.9.0
29+
tag: v0.10.0
3030
cache: enable
3131

3232
# lint

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# install dependencies
3636
- uses: pdm-project/setup-pdm@v4
3737
with:
38-
python-version: 3.9
38+
python-version: 3.10
3939
cache: true
4040
cache-dependency-path: pylock.minimal.toml
4141
- run: pdm install -G:all --lockfile pylock.minimal.toml

0 commit comments

Comments
 (0)