From b011560b4a24c4b0ad1a01ec5411fb36724b94e1 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Wed, 4 Dec 2024 09:36:56 +0100 Subject: [PATCH] Bump used GH actions --- .github/workflows/btest.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/btest.yml b/.github/workflows/btest.yml index 3fc9a05..0a0781c 100644 --- a/.github/workflows/btest.yml +++ b/.github/workflows/btest.yml @@ -29,9 +29,9 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies (Windows) @@ -69,10 +69,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Install pip and the btest package" run: | python3 -m pip install --upgrade pip @@ -92,7 +92,7 @@ jobs: needs: [Run-BTest, Test-SetupPY] if: github.repository == 'zeek/btest' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check release version # This fails e.g. if VERSION contains a dev commits suffix, # since we don't want to push these to PyPI. Accepts two-