Skip to content

Commit 15371f5

Browse files
authored
Merge pull request #40 from jhlegarreta/FixGitHubActionsNodejsWarning
ENH: Fix `Node.js` warnings linked to GitHub actions
2 parents bc03aa2 + 73e57e9 commit 15371f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-test-cxx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
cmake-build-type: "MinSizeRel"
5353

5454
steps:
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
5656

5757
- name: Set up Python 3.8
58-
uses: actions/setup-python@v2
58+
uses: actions/setup-python@v4
5959
with:
6060
python-version: "3.8"
6161

.github/workflows/build-test-package-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: ["37", "38", "39", "310", "311"]
4444

4545
steps:
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v3
4747

4848
- name: 'Free up disk space'
4949
run: |
@@ -101,7 +101,7 @@ jobs:
101101
max-parallel: 2
102102

103103
steps:
104-
- uses: actions/checkout@v2
104+
- uses: actions/checkout@v3
105105

106106
- name: 'Specific XCode version'
107107
run: |

0 commit comments

Comments
 (0)