From ec6433a68154bfa6a8b3c18abc8301becf624170 Mon Sep 17 00:00:00 2001 From: Nicolas Busseneau Date: Mon, 1 Jul 2024 22:28:09 +0200 Subject: [PATCH] update workflow dependencies --- .github/workflows/build-release.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 06f64dd..243cc52 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -9,7 +9,7 @@ on: env: python-version: "3.10" - modimporter-version: "1.5.2" + modimporter-version: "1.6.1" name: hephaistos data: hephaistos-data changelog: CHANGELOG.md @@ -27,10 +27,10 @@ jobs: upload_url: ${{ steps.release.outputs.upload_url }} steps: - name: Checkout files - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Python - uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d with: python-version: ${{ env.python-version }} @@ -49,7 +49,7 @@ jobs: - name: Rotate unreleased section in changelog if: github.event.inputs.tag - uses: thomaseizinger/keep-a-changelog-new-release@5bc232893483441c5d6cd6c9dcb1e48abf9a2bae + uses: thomaseizinger/keep-a-changelog-new-release@77ac767b2f7f6edf2ee72ab3364ed26667086f96 with: tag: ${{ github.event.inputs.tag }} @@ -102,7 +102,7 @@ jobs: sjson: sjson steps: - name: Checkout files - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: ref: ${{ github.event.inputs.tag || github.sha }} submodules: true @@ -114,7 +114,7 @@ jobs: zip ${{ env.artifacts-name }} -r ${{ env.name }} ${{ env.data }} ${{ env.sjson }} - name: Upload artifacts to workflow - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: ${{ env.artifacts-name }} path: ${{ env.artifacts-name }} @@ -156,18 +156,18 @@ jobs: pyinstaller-extra-args: --add-data "hephaistos-data:hephaistos-data" steps: - name: Checkout files - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: ref: ${{ github.event.inputs.tag || github.sha }} submodules: true - name: Set up Python - uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d with: python-version: ${{ env.python-version }} - name: Retrieve pip dependencies from cache - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: | ${{ env.pythonLocation }}\lib\site-packages @@ -197,7 +197,7 @@ jobs: zip ${{ matrix.artifacts-name }} -r ${{ env.name }} - name: Upload artifacts to workflow - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: ${{ matrix.artifacts-name }} path: ${{ matrix.artifacts-name }}