diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 1f7809bd4..0325f77c6 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -163,7 +163,7 @@ jobs: bash build_tools/download_peano.sh echo "PEANO_INSTALL_DIR=$PWD/llvm-aie" >> $GITHUB_ENV - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: '3.11' @@ -281,7 +281,7 @@ jobs: bash build_tools/download_peano.sh echo "PEANO_INSTALL_DIR=$PWD/llvm-aie" >> $GITHUB_ENV - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: '3.11' diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 2d0a11802..5b8aa2515 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -67,7 +67,7 @@ jobs: -c submodule."third_party/XRT".update=none \ submodule update --init --recursive --depth 1 --single-branch -j 10 - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: '3.11' diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 865281b19..5779f9bfd 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -74,7 +74,7 @@ jobs: ninja: true ccache: true - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: '3.11' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 40773c203..c8c6e5ee7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,6 +24,6 @@ jobs: - name: Checking out repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setting up python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 - name: Running pre-commit uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1