From 30cadc7e3a0644cabedac0078e69924767744b98 Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Wed, 3 Jul 2024 12:01:00 -0400 Subject: [PATCH] ci: Update github actions versions --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 602c794..f912a47 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -37,14 +37,14 @@ jobs: TRAVIS_BUILD_DIR: ${{ github.workspace }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # fetch-depth: 0 fetches all commits (and tags). Needed for httpstan subrepo. # submodule fetching inherits this parameter. See https://github.com/actions/checkout/issues/367 fetch-depth: 0 submodules: true - 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 virtualenv