aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 11:52:59 +0000
committerEgor Tensin <egor@tensin.name>2024-01-28 11:52:59 +0000
commitcba5e01c6ba720f72488a6f36b077d253ba8fc46 (patch)
treeedbdf9c70089ce14b9c511a0357d9506918a1ca4 /.github
parentdebian: 2.4.5-1 (diff)
parentworkflows/ci: upgrade actions (diff)
downloadlinux-status-cba5e01c6ba720f72488a6f36b077d253ba8fc46.tar.gz
linux-status-cba5e01c6ba720f72488a6f36b077d253ba8fc46.zip
Merge tag 'v2.4.6' into debian
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1725bcd..007b3c9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,9 +14,9 @@ jobs:
name: 'Python ${{ matrix.python-version }}'
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '${{ matrix.python-version }}'
- name: Run tests as root