Skip to content

Commit 08e649a

Browse files
committed
Update actions/checkout, setup-python, and github-script versions in workflow
1 parent adc6daa commit 08e649a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-2404-64-cores-amd
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v5
9+
uses: actions/checkout@v6
1010

1111
- name: Set up Docker Buildx
1212
uses: docker/setup-buildx-action@v3
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Python
2828
uses: actions/setup-python@v6
2929
with:
30-
python-version: "3.13"
30+
python-version: "3.14"
3131

3232
- name: Only use `build` and `features`, if any, from devcontainer.json
3333
run: |
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Tag main as latest
9595
if: ${{ github.ref == 'refs/heads/main' }}
96-
uses: actions/github-script@v7
96+
uses: actions/github-script@v8
9797
with:
9898
github-token: ${{ github.token }}
9999
script: |

0 commit comments

Comments
 (0)