From 0730d749adc160dfedc21a0fd4db3199c341dde5 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Sat, 24 Feb 2024 01:51:10 +1100 Subject: chore: upgrade to `actions/setup-python@v5` (#22546) Removes the following warning on the `wpt_epoch` CI workflow: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, denoland/setup-deno@v1, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ``` Co-authored-by: Matt Mastracci --- .github/workflows/wpt_epoch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index cac5c9a46..2bc4472b1 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -35,7 +35,7 @@ jobs: deno-version: ${{ matrix.deno-version }} - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" -- cgit v1.2.3