Skip to content

Commit ec8891e

Browse files
Merge pull request #1334 from cjolowicz/dependabot/github_actions/actions-081c50e7df
2 parents f3cb7da + 31991af commit ec8891e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
uses: actions/[email protected]
1515

1616
- name: Run Labeler
17-
uses: crazy-max/ghaction-github-labeler@v5.2.0
17+
uses: crazy-max/ghaction-github-labeler@v5.3.0
1818
with:
1919
skip-delete: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 2
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5.4.0
20+
uses: actions/setup-python@v5.6.0
2121
with:
2222
python-version: "3.x"
2323

.github/workflows/tests.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/[email protected]
4545

4646
- name: Set up Python ${{ matrix.python }}
47-
uses: actions/setup-python@v5.4.0
47+
uses: actions/setup-python@v5.6.0
4848
with:
4949
python-version: ${{ matrix.python }}
5050
allow-prereleases: true
@@ -96,7 +96,7 @@ jobs:
9696
print("::set-output name=result::{}".format(result))
9797
9898
- name: Restore pre-commit cache
99-
uses: actions/[email protected].2
99+
uses: actions/[email protected].3
100100
if: matrix.session == 'pre-commit'
101101
with:
102102
path: ~/.cache/pre-commit
@@ -110,15 +110,15 @@ jobs:
110110
111111
- name: Upload coverage data
112112
if: always() && matrix.session == 'tests'
113-
uses: "actions/[email protected].1"
113+
uses: "actions/[email protected].2"
114114
with:
115115
include-hidden-files: true
116116
name: coverage-data-${{ runner.os }}-${{ matrix.python }}
117117
path: ".coverage.*"
118118

119119
- name: Upload documentation
120120
if: matrix.session == 'docs-build'
121-
uses: actions/[email protected].1
121+
uses: actions/[email protected].2
122122
with:
123123
name: docs
124124
path: docs/_build
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/[email protected]
132132

133133
- name: Set up Python
134-
uses: actions/setup-python@v5.4.0
134+
uses: actions/setup-python@v5.6.0
135135
with:
136136
python-version: "3.x"
137137

@@ -158,7 +158,7 @@ jobs:
158158
pip install .
159159
160160
- name: Download coverage data
161-
uses: actions/download-artifact@v4.1.9
161+
uses: actions/download-artifact@v4.3.0
162162
with:
163163
merge-multiple: true
164164
pattern: coverage-data-*
@@ -172,4 +172,4 @@ jobs:
172172
nox --session=coverage -- xml
173173
174174
- name: Upload coverage report
175-
uses: codecov/[email protected].0
175+
uses: codecov/[email protected].2

0 commit comments

Comments
 (0)