Skip to content

Commit 7c8645c

Browse files
Update more GH actions versions (missed in previous commits)
1 parent 7c6f886 commit 7c8645c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ jobs:
101101
# os: 'macos-latest'
102102

103103
steps:
104-
- uses: actions/checkout@v3
104+
- uses: actions/checkout@v4
105105
with:
106106
fetch-depth: 0
107-
- uses: actions/setup-python@v4
107+
- uses: actions/setup-python@v5
108108
with:
109109
python-version: ${{ matrix.python }}
110110
architecture: ${{ matrix.python_arch }}

ci/templates/.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
{% endfor %}
4444
{% endfor %}
4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
with:
4848
fetch-depth: 0
49-
- uses: actions/setup-python@v4
49+
- uses: actions/setup-python@v5
5050
with:
5151
python-version: {{ '${{ matrix.python }}' }}
5252
architecture: {{ '${{ matrix.python_arch }}' }}

0 commit comments

Comments
 (0)