From 658e65e2e3880a43dc74bd3f9c7db15e1a3da620 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Tue, 30 Apr 2024 16:28:21 +0200 Subject: [PATCH] Upgrade all the actions deps --- .github/workflows/tests.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1727bb2e..91557062 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,11 +25,11 @@ jobs: SCCACHE: 0.3.3 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.9 - name: Install Rust uses: actions-rs/toolchain@v1 with: @@ -97,11 +97,11 @@ jobs: SCCACHE: 0.3.3 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.8 - name: Install Rust uses: actions-rs/toolchain@v1 with: