From 4bd761d1d5b3b9ed6bb314a32b7ce1ba7c0ff558 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Fri, 28 Jan 2022 14:17:59 +0100 Subject: Update actions/setup-python to latest version (#28634) --- .github/workflows/bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/bootstrap.yml') diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index ec7d9a3898..1208d8e3b1 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -158,7 +158,7 @@ jobs: run: | brew install tree - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 - - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # @v2 + - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 with: python-version: ${{ matrix.python-version }} - name: Bootstrap clingo @@ -175,7 +175,7 @@ jobs: python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9'] steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 - - uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6 # @v2 + - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 with: python-version: ${{ matrix.python-version }} - name: Setup repo and non-root user -- cgit v1.2.3-60-g2f50