Skip to content

Commit 2d6cb2f

Browse files
hamirmahalstyfle
andauthored
chore(ci): fix usage of a deprecated Node.js version (#1231)
Fixes #1230 --------- Co-authored-by: Steven <[email protected]>
1 parent 84f8c52 commit 2d6cb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
# https://github.com/nodejs/node-gyp#installation
2828
- name: Use Python 3.11
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.11'
3232
# https://github.com/hargasinski/node-canvas/blob/e7abe64833d13ec96449c827b1e14befbdf3105d/.github/workflows/ci.yaml#L70

0 commit comments

Comments
 (0)