From 8e6dff6402f8776b776926cab8e5fe46d72531f1 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Mon, 26 Feb 2024 19:48:53 -0800 Subject: [PATCH] Update CI action versions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60397f5..a2cdbdf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: COMMONFLAGS: '-Wall -Wextra -pedantic -Werror' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache Boost binaries if: startsWith(matrix.os, 'windows-') && matrix.boost-version uses: actions/cache@v3 @@ -106,7 +106,7 @@ jobs: ${{ matrix.os }}-boost-${{ matrix.boost-version }}-msvc-${{ matrix.version }}-${{ hashFiles('.github/workflows/build.yml') }} - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install Python dependencies