Skip to content

Commit

Permalink
build(github): update actions to last versions
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dz committed Jul 25, 2024
1 parent e3de6ba commit a3a3bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- { target: x86_64-unknown-linux-gnu , os: ubuntu-latest }
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Extract pyproject infos
shell: bash
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
echo "PLATFORM=${PLATFORM}" >> $GITHUB_ENV
- name: Install Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
architecture: ${{ env.PLATFORM }}
Expand Down

0 comments on commit a3a3bd9

Please sign in to comment.