Skip to content

Commit

Permalink
update workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nbusseneau committed Jul 1, 2024
1 parent 078772e commit ec6433a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand All @@ -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 }}

Expand Down Expand Up @@ -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
Expand All @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit ec6433a

Please sign in to comment.