From 7572888a218964e8deb6602b096c99a0f9040dc2 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Tue, 26 Mar 2024 20:47:05 +0100 Subject: [PATCH] chore: Fix GitHub actions deprecation warnings actions/github-script@v6 is a Node.js 16 action, and Node.js 16 actions have been deprecated. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7988ea26b1..46aa57f315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: with: submodules: recursive - name: Export GitHub Actions cache environment variables - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');