diff --git a/.github/workflows/build_docker_images.yml b/.github/workflows/build_docker_images.yml index ca68a6a..fd3c780 100644 --- a/.github/workflows/build_docker_images.yml +++ b/.github/workflows/build_docker_images.yml @@ -28,7 +28,7 @@ jobs: steps: # Get the repository's code - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Generate docker tags - name: Docker meta diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf0417c..5896bf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@v6 @@ -104,7 +104,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Clone PyApp run: git clone --depth 1 --branch $PYAPP_VERSION https://github.com/ofek/pyapp $PYAPP_REPO diff --git a/.github/workflows/update_docker_readme.yml b/.github/workflows/update_docker_readme.yml index ea00eb0..931f5c0 100644 --- a/.github/workflows/update_docker_readme.yml +++ b/.github/workflows/update_docker_readme.yml @@ -18,7 +18,7 @@ jobs: steps: # Get the repository's code - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Update description - name: Update repo description