Skip to content

Commit 8cc798c

Browse files
committed
workflows: Upgrade GitHub actions.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 1ca4eff commit 8cc798c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/zulip-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656

5757
steps:
5858
- name: "Check out python-zulip-api"
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v6
6060
with:
6161
path: api
6262

6363
- name: "Check out Zulip server ${{ matrix.server_version }}"
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v6
6565
with:
6666
repository: zulip/zulip
6767
ref: ${{ matrix.server_version }}

.github/workflows/zulip-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515

1616
- name: Set up Python 3.9
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.9"
2020

@@ -35,10 +35,10 @@ jobs:
3535
python-version: ["3.9", "3.10", "3.11", "3.12"]
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939

4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v4
41+
uses: actions/setup-python@v6
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444

@@ -57,7 +57,7 @@ jobs:
5757
zulip-api-py3-venv\Scripts\Activate.ps1
5858
pytest --cov --cov-config=tools\.coveragerc --cov-report=xml
5959
60-
- uses: codecov/codecov-action@v4
60+
- uses: codecov/codecov-action@v5
6161
with:
6262
files: coverage.xml
6363
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)