]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Upgrade GitHub Actions versions to avoid deprecation warnings (#1080)
authorAarni Koskela <akx@iki.fi>
Sun, 5 May 2024 14:13:26 +0000 (17:13 +0300)
committerGitHub <noreply@github.com>
Sun, 5 May 2024 14:13:26 +0000 (14:13 +0000)
.github/workflows/ci.yml

index 25071a68f3aba081314d80d80f9b94ce512c97d0..c266434e2e8ae584e29304cb9af357711fc71af3 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
-      - uses: pre-commit/action@v3.0.0
+      - uses: pre-commit/action@v3.0.1
         env:
           RUFF_OUTPUT_FORMAT: github
   test:
@@ -40,7 +40,7 @@ jobs:
       BABEL_CLDR_QUIET: "1"
     steps:
     - uses: actions/checkout@v4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: cldr
         key: cldr-${{ hashFiles('scripts/*cldr*') }}
@@ -60,7 +60,7 @@ jobs:
       env:
         COVERAGE_XML_PATH: ${{ runner.temp }}
         BABEL_TOX_EXTRA_DEPS: pytest-github-actions-annotate-failures
-    - uses: codecov/codecov-action@v3
+    - uses: codecov/codecov-action@v4
       with:
         directory: ${{ runner.temp }}
   build:
@@ -76,7 +76,7 @@ jobs:
       - run: pip install build -e .
       - run: make import-cldr
       - run: python -m build
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         with:
           name: dist
           path: dist
@@ -91,7 +91,7 @@ jobs:
     permissions:
       id-token: write
     steps:
-      - uses: actions/download-artifact@v3
+      - uses: actions/download-artifact@v4
         with:
           name: dist
           path: dist/