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: