diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b72e13..ece9d5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: ⬇️ Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' - name: Initialize submodules diff --git a/.github/workflows/code-check-identified.yml b/.github/workflows/code-check-identified.yml index e4b355b..cb9f969 100644 --- a/.github/workflows/code-check-identified.yml +++ b/.github/workflows/code-check-identified.yml @@ -24,7 +24,7 @@ jobs: - name: ⬇️ Import Outscale API description run: make init - name: ⬇️ Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' - name: ⬇️ Install Python dependencies diff --git a/.github/workflows/code-check.yml b/.github/workflows/code-check.yml index 59a2a99..2289841 100644 --- a/.github/workflows/code-check.yml +++ b/.github/workflows/code-check.yml @@ -13,7 +13,7 @@ jobs: - name: Import Outscale API description run: make init - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' - name: Install Python dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 495f314..1db5225 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' - name: Initialize submodules