Skip to content

Commit ba91fdd

Browse files
committed
ci: Update deprecated actions
1 parent 44c79b4 commit ba91fdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
python-version: [ 3.10.20, 3.11.15, 3.12.13, 3.13.12, 3.14.3 ]
99
arch: [ amd64, aarch64 ]
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Setup QEMU
1313
if: matrix.arch != 'amd64'
1414
uses: docker/setup-qemu-action@v4

.github/workflows/update-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
if: github.repository == 'DMOJ/runtimes-python'
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- name: Set up Python 3.14
12-
uses: actions/setup-python@v5
12+
uses: actions/setup-python@v6
1313
with:
1414
python-version: '3.14'
1515
- name: Installing dependencies
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
sed -i '/python-version:/c\ python-version: [ '"$(python get_versions.py | tr '\n' , | sed 's/,$//;s/,/, /g')"' ]' .github/workflows/build.yml
2020
- name: Create pull request
21-
uses: peter-evans/create-pull-request@v4
21+
uses: peter-evans/create-pull-request@v6
2222
with:
2323
author: dmoj-build <build@dmoj.ca>
2424
committer: dmoj-build <build@dmoj.ca>

0 commit comments

Comments
 (0)