From e29eb4af76100b2b28dfd1ba45e5db01f3c647e4 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Tue, 5 May 2026 11:05:26 +0200 Subject: [PATCH] test: raise github actions plugin versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bdeab8..dec489e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,9 @@ jobs: matrix: python-version: ["3.12"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -69,7 +69,7 @@ jobs: pytest tests/basicswap/test_other.py - name: Cache coin cores id: cache-cores - uses: actions/cache@v3 + uses: actions/cache@v5 env: cache-name: cache-cores with: