diff options
author | Egor Tensin <egor@tensin.name> | 2024-01-28 11:52:59 +0000 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-01-28 11:52:59 +0000 |
commit | cba5e01c6ba720f72488a6f36b077d253ba8fc46 (patch) | |
tree | edbdf9c70089ce14b9c511a0357d9506918a1ca4 | |
parent | debian: 2.4.5-1 (diff) | |
parent | workflows/ci: upgrade actions (diff) | |
download | linux-status-cba5e01c6ba720f72488a6f36b077d253ba8fc46.tar.gz linux-status-cba5e01c6ba720f72488a6f36b077d253ba8fc46.zip |
Merge tag 'v2.4.6' into debian
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |