From 13a02a5e8cc2632ba741a18ebd2f69b34d550da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 19 Apr 2026 15:48:37 +0200 Subject: [PATCH] chore: update actions and pin to hash --- .github/workflows/installer.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 0660da4..8342dec 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -47,10 +47,10 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ matrix.python-version }} @@ -66,7 +66,7 @@ jobs: run: python install-poetry.py -y ${{ matrix.args }} - name: Upload Failure Log - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: failure() with: name: poetry-installer-error.log @@ -102,7 +102,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install Packages run: | @@ -118,7 +118,7 @@ jobs: run: python3 install-poetry.py -y - name: Upload Failure Log - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: failure() with: name: poetry-installer-error.log