Skip to content

Commit 2b810f2

Browse files
salmanmkcsanketplus
authored andcommitted
Upgrade GitHub Actions for Node 24 compatibility
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent b98de23 commit 2b810f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
with:
2323
# this fetches all branches. Needed because we need gh-pages branch for deploy to work
2424
fetch-depth: 0
2525
- name: Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.9'
2929
- name: Install dependencies

0 commit comments

Comments
 (0)