diff options
author | Egor Tensin <egor@tensin.name> | 2024-01-28 12:47:09 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-01-28 12:47:09 +0100 |
commit | 5edadfe1d1fed946efdec354d404dadc1b60b6b8 (patch) | |
tree | 89d5add240806b1c5c842f2d079df38f412bf117 | |
parent | switch to egor@tensin.name (diff) | |
download | linux-status-2.4.6.tar.gz linux-status-2.4.6.zip |
-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 |