Skip to content

Commit 111140d

Browse files
committed
CI: update outdated actions
From now on, this is meant to be checked monthly, too.
1 parent e9b3c8e commit 111140d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
build:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v4.1.1
17-
- uses: actions/setup-python@v5.0.0
16+
- uses: actions/checkout@v4.2.2
17+
- uses: actions/setup-python@v5.4.0
1818
with:
1919
python-version: 3.11
2020
- name: Run make check
2121
run: |
2222
tools/ci-build.sh
23-
- uses: softprops/action-gh-release@v1
23+
- uses: softprops/action-gh-release@v2.2.1
2424
if: startsWith(github.ref, 'refs/tags/')
2525
with:
2626
files: dist/*.oxt
@@ -29,14 +29,14 @@ jobs:
2929
windows:
3030
runs-on: windows-2022
3131
steps:
32-
- uses: actions/checkout@v4.1.1
33-
- uses: actions/setup-python@v5.0.0
32+
- uses: actions/checkout@v4.2.2
33+
- uses: actions/setup-python@v5.4.0
3434
with:
3535
python-version: 3.11
3636
- name: Run make pack
3737
run: |
3838
tools/ci-build.ps1
39-
- uses: softprops/action-gh-release@v1
39+
- uses: softprops/action-gh-release@v2.2.1
4040
if: startsWith(github.ref, 'refs/tags/')
4141
with:
4242
files: dist/*.msi

guide/src/hacking.md

+2
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ Ideally CI checks everything before a commit hits master, but here are a few
5151
things which are not part of CI:
5252

5353
- Run `tools/requirements.py` once a month and make sure Python dependencies are reasonably up to date.
54+
55+
- Update `.github/workflows/tests.yml` based on `github-outdated`.

0 commit comments

Comments
 (0)