diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 99428336..2604544c 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -33,7 +33,7 @@ jobs: # This new Github Release will kickoff the the pipeline at `docker-image.yml` # A release tag is needed for the pipeline to run correctly - name: Create a GitHub release - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: # Get the tag name from previous step tag: ${{ steps.tag_version.outputs.new_tag }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 21f7054d..82539014 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: - python-version: 3.x + python-version: 3.14.5 - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - uses: actions/cache@v5 with: diff --git a/.github/workflows/test_docker_image.yml b/.github/workflows/test_docker_image.yml index d4db6adf..d21e38d6 100644 --- a/.github/workflows/test_docker_image.yml +++ b/.github/workflows/test_docker_image.yml @@ -31,7 +31,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.14' + python-version: '3.14.5' - name: Install dependencies run: |