We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc6daa commit 08e649aCopy full SHA for 08e649a
1 file changed
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-2404-64-cores-amd
7
steps:
8
- name: Checkout
9
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
10
11
- name: Set up Docker Buildx
12
uses: docker/setup-buildx-action@v3
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Python
28
uses: actions/setup-python@v6
29
with:
30
- python-version: "3.13"
+ python-version: "3.14"
31
32
- name: Only use `build` and `features`, if any, from devcontainer.json
33
run: |
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Tag main as latest
95
if: ${{ github.ref == 'refs/heads/main' }}
96
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
97
98
github-token: ${{ github.token }}
99
script: |
0 commit comments