From 094ade3f270975bc3a922ba04c24d08ad453abfa Mon Sep 17 00:00:00 2001 From: Adrien Perrin Date: Thu, 23 May 2024 14:59:23 +0200 Subject: [PATCH] update actions versions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75e5c0b..5e81dc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: password: ${{ secrets.DOCKER_PASS }} - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} @@ -74,7 +74,7 @@ jobs: - name: 'Install Python 3.11' if: ${{ env.latest }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11' @@ -118,7 +118,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python 3.11 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.11 @@ -141,6 +141,6 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - repository_url: ${{ vars.PYPI_REPOSITORY_URL }} + repository-url: ${{ vars.PYPI_REPOSITORY_URL }} password: ${{ secrets.PYPI_TOKEN }} ... \ No newline at end of file