summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-02-20 17:27:36 +0200
committerGitHub <noreply@github.com>2023-02-20 17:27:36 +0200
commit373a52f0425d0af1e578e8562a8db93fc3a02488 (patch)
tree301ff0dbc877b7ef7f1fd5c844c90efaebb7a82e /.github
parentc76f1d4bc574c4885b7a1afa90da3ca5026153ec (diff)
downloadbabel-373a52f0425d0af1e578e8562a8db93fc3a02488.tar.gz
Renovate CI tools a bit (#972)
* Update GitHub Actions versions * Update pre-commit tools
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c584fd9..e87f23e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
BABEL_CLDR_QUIET: "1"
steps:
- uses: actions/checkout@v3
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
path: cldr
key: cldr-${{ hashFiles('scripts/*cldr*') }}