File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 "ghcr.io/devcontainers/features/git-lfs:1" : {},
1616 "ghcr.io/devcontainers/features/github-cli:1" : {},
1717 "ghcr.io/devcontainers/features/python:1" : {
18- "version" : " 3.12 "
18+ "version" : " 3.14 "
1919 }
2020 },
2121 // Use 'forwardPorts' to make a list of ports inside the container available locally.
Original file line number Diff line number Diff line change 9292 - name : set up python 3
9393 uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
9494 with :
95- python-version : " 3.10 "
95+ python-version : " 3.14 "
9696
9797 - name : Install yamllint package.
9898 run : pip3 install "yamllint==1.*"
@@ -151,7 +151,7 @@ jobs:
151151 - name : set up python 3
152152 uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
153153 with :
154- python-version : " 3.10 "
154+ python-version : " 3.14 "
155155
156156 - name : setup/activate pre-commit cache
157157 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
You can’t perform that action at this time.
0 commit comments