Skip to content

Commit 6a35ea7

Browse files
KIBruhdatamuc
authored andcommitted
ci: update GitHub Actions to Node.js 24 compatible versions
- Update actions/checkout from v4 to v6 - Update actions/setup-python from v5 to v6 (Node.js 24 support) - Update cpina/github-action-push-to-another-repository from v1.6 to v1 Resolves Node.js 20 deprecation warnings in CI workflows.
1 parent c28bf5b commit 6a35ea7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
copy-doc:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: Deploy
13-
uses: cpina/github-action-push-to-another-repository@v1.6
13+
uses: cpina/github-action-push-to-another-repository@v1
1414
env:
1515
SSH_DEPLOY_KEY: ${{ secrets.OMD_CONSOL_DE_KEY }}
1616
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
name: Tests
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.9'
1818
cache: pip

0 commit comments

Comments
 (0)