From 1585c26d8e3f3a0657a761619ec49824b8132108 Mon Sep 17 00:00:00 2001 From: Maksym Sobolyev Date: Tue, 23 Apr 2024 15:19:08 -0700 Subject: [PATCH] Update actions to latest versions. --- .github/workflows/python-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 649d37c21..4ee1c2c14 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -33,10 +33,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - 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 }}