Skip to content

Commit 0764cfd

Browse files
salmanmkcpearu
andauthored
Upgrade GitHub Actions for Node 24 compatibility (#4156)
Co-authored-by: Pearu Peterson <pearu.peterson@gmail.com>
1 parent fbf1d75 commit 0764cfd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# runs-on: ubuntu-latest
1414

1515
# steps:
16-
# - uses: actions/checkout@v2
16+
# - uses: actions/checkout@v6
1717

1818
# # Task will fail if any high-severity issues are found
1919
# # Ignoring submodules

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ['3.11']
2323
steps:
2424
- name: Check out repo
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v6
2626
- name: Setup conda env
2727
uses: conda-incubator/setup-miniconda@v2
2828
with:

.github/workflows/pr-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ name: pr-labels
1313

1414
# steps:
1515
# - name: Set up python
16-
# uses: actions/setup-python@v2
16+
# uses: actions/setup-python@v6
1717

1818
# - name: Install requests
1919
# run: pip install requests
2020

2121
# - name: Checkout repository
22-
# uses: actions/checkout@v2
22+
# uses: actions/checkout@v6
2323

2424
# - name: Process commit and find merger responsible for labeling
2525
# id: commit

0 commit comments

Comments
 (0)