Skip to content

Commit

Permalink
# 12259 - bump versions of GH actions (twisted#12268)
Browse files Browse the repository at this point in the history
  • Loading branch information
twm authored Jul 27, 2024
2 parents 9038639 + e9a6d39 commit 20cc88c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:


steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -223,7 +223,7 @@ jobs:
echo "cache-dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.cache-dir }}
key:
Expand Down Expand Up @@ -372,10 +372,10 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# When you will need to change this to run the benchmarks
# on a different Python version,
Expand Down Expand Up @@ -436,13 +436,13 @@ jobs:
TOX_PARALLEL_NO_SPINNER: 1

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Need full history for various diff checks to work.
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '${{ env.DEFAULT_PYTHON_VERSION }}'

Expand All @@ -464,9 +464,9 @@ jobs:
name: API docs build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -481,9 +481,9 @@ jobs:
name: Narrative docs build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -504,10 +504,10 @@ jobs:
name: Check release and publish on twisted-* tag
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '${{ env.DEFAULT_PYTHON_VERSION }}'

Expand Down
1 change: 1 addition & 0 deletions src/twisted/newsfragments/12259.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump versions of Node.js GitHub actions triggering deprecation warnings.

0 comments on commit 20cc88c

Please sign in to comment.