Skip to content

Commit adc6daa

Browse files
committed
Update actions/checkout and actions/setup-python versions in workflow
1 parent eeddd62 commit adc6daa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 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@v4
9+
uses: actions/checkout@v5
1010

1111
- name: Set up Docker Buildx
1212
uses: docker/setup-buildx-action@v3
@@ -25,7 +25,7 @@ jobs:
2525
password: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Setup Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.13"
3131

0 commit comments

Comments
 (0)