File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ jobs:
5353 BABEL_CLDR_NO_DOWNLOAD_PROGRESS : " 1"
5454 BABEL_CLDR_QUIET : " 1"
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - uses : actions/cache@v4
5858 with :
5959 path : cldr
6060 key : cldr-${{ hashFiles('scripts/*cldr*') }}
6161 - name : Set up Python ${{ matrix.python-version }}
62- uses : actions/setup-python@v5
62+ uses : actions/setup-python@v6
6363 with :
6464 python-version : ${{ matrix.python-version }}
6565 allow-prereleases : true
8686 runs-on : ubuntu-24.04
8787 needs : lint
8888 steps :
89- - uses : actions/checkout@v4
90- - uses : actions/setup-python@v5
89+ - uses : actions/checkout@v5
90+ - uses : actions/setup-python@v6
9191 with :
9292 python-version : " 3.13"
9393 cache : " pip"
@@ -110,7 +110,7 @@ jobs:
110110 permissions :
111111 id-token : write
112112 steps :
113- - uses : actions/download-artifact@v4
113+ - uses : actions/download-artifact@v5
114114 with :
115115 name : dist
116116 path : dist/
You can’t perform that action at this time.
0 commit comments