From a1bf09e8e0efdd3fb2f9b0a4afb0450d253af16a Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sat, 27 Apr 2024 12:04:27 +0200 Subject: [PATCH] ci: update actions (#1140) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5aede64..e805228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: # a force push will cause the action above to fail. Don't do force push when people are # reviewing! - name: Check out code. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: 'actions/setup-go@v4' with: go-version: '1.20' @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: spell check run: | pip install codespell==2.2 @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python 3.11 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11' - name: Install dependencies @@ -64,7 +64,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Check out code. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Linux Install if: matrix.platform == 'ubuntu-latest' run: |