Skip to content

Commit c382433

Browse files
authored
Upgrade GitHub Actions versions to avoid deprecation warnings (#1080)
1 parent 40b194f commit c382433

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: pre-commit/[email protected].0
20+
- uses: pre-commit/[email protected].1
2121
env:
2222
RUFF_OUTPUT_FORMAT: github
2323
test:
@@ -40,7 +40,7 @@ jobs:
4040
BABEL_CLDR_QUIET: "1"
4141
steps:
4242
- uses: actions/checkout@v4
43-
- uses: actions/cache@v3
43+
- uses: actions/cache@v4
4444
with:
4545
path: cldr
4646
key: cldr-${{ hashFiles('scripts/*cldr*') }}
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
COVERAGE_XML_PATH: ${{ runner.temp }}
6262
BABEL_TOX_EXTRA_DEPS: pytest-github-actions-annotate-failures
63-
- uses: codecov/codecov-action@v3
63+
- uses: codecov/codecov-action@v4
6464
with:
6565
directory: ${{ runner.temp }}
6666
build:
@@ -76,7 +76,7 @@ jobs:
7676
- run: pip install build -e .
7777
- run: make import-cldr
7878
- run: python -m build
79-
- uses: actions/upload-artifact@v3
79+
- uses: actions/upload-artifact@v4
8080
with:
8181
name: dist
8282
path: dist
@@ -91,7 +91,7 @@ jobs:
9191
permissions:
9292
id-token: write
9393
steps:
94-
- uses: actions/download-artifact@v3
94+
- uses: actions/download-artifact@v4
9595
with:
9696
name: dist
9797
path: dist/

0 commit comments

Comments
 (0)