From 45de091ee62fcd6ce2f7d0529e1d605b88b96c86 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Apr 2022 07:19:41 +0530 Subject: [PATCH] Use versioned actions as master for setup-python is currently broken --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fc9a1812..b357bcf74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,11 +42,11 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@master + uses: actions/checkout@v3 with: fetch-depth: 10 - name: Set up Python ${{ matrix.pyver }} - uses: actions/setup-python@master + uses: actions/setup-python@v3 with: python-version: ${{ matrix.pyver }}