File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- -
uses :
pre-commit/[email protected] .0
20
+ -
uses :
pre-commit/[email protected] .1
21
21
env :
22
22
RUFF_OUTPUT_FORMAT : github
23
23
test :
40
40
BABEL_CLDR_QUIET : " 1"
41
41
steps :
42
42
- uses : actions/checkout@v4
43
- - uses : actions/cache@v3
43
+ - uses : actions/cache@v4
44
44
with :
45
45
path : cldr
46
46
key : cldr-${{ hashFiles('scripts/*cldr*') }}
60
60
env :
61
61
COVERAGE_XML_PATH : ${{ runner.temp }}
62
62
BABEL_TOX_EXTRA_DEPS : pytest-github-actions-annotate-failures
63
- - uses : codecov/codecov-action@v3
63
+ - uses : codecov/codecov-action@v4
64
64
with :
65
65
directory : ${{ runner.temp }}
66
66
build :
76
76
- run : pip install build -e .
77
77
- run : make import-cldr
78
78
- run : python -m build
79
- - uses : actions/upload-artifact@v3
79
+ - uses : actions/upload-artifact@v4
80
80
with :
81
81
name : dist
82
82
path : dist
91
91
permissions :
92
92
id-token : write
93
93
steps :
94
- - uses : actions/download-artifact@v3
94
+ - uses : actions/download-artifact@v4
95
95
with :
96
96
name : dist
97
97
path : dist/
You can’t perform that action at this time.
0 commit comments