diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cb71711..81cdef48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: pip python-version: ${{ matrix.python-version }} @@ -37,7 +37,7 @@ jobs: git config --global user.name github-actions git config --global user.email github-actions@github.com - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: pip python-version: '3.12' @@ -69,7 +69,7 @@ jobs: git config --global user.name github-actions git config --global user.email github-actions@github.com - name: Set up Python with multiple versions. - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: pip python-version: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07f9501f..6a5465d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: pip python-version: '3.12' @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: pip python-version: '3.12' diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja index c97c70ce..d899b497 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python {{ '${{ matrix.python-version }}' }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: pip python-version: {{ '${{ matrix.python-version }}' }} @@ -49,7 +49,7 @@ jobs: git config --global user.name github-actions git config --global user.email github-actions@github.com - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: pip python-version: '{{ default_py }}' @@ -82,7 +82,7 @@ jobs: git config --global user.name github-actions git config --global user.email github-actions@github.com - name: Set up Python with multiple versions. - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: pip python-version: | diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja index 1b571f07..cbbda782 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja @@ -5,7 +5,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: pip python-version: '{{ default_py }}' @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: pip python-version: '{{ default_py }}'