Skip to content

Commit e747209

Browse files
chore(deps): Update dependencies and CI actions (#2640)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a8a106 commit e747209

7 files changed

Lines changed: 148 additions & 151 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ inputs:
1313
runs:
1414
using: 'composite'
1515
steps:
16-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
16+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1717
with:
1818
python-version: ${{ inputs.python_version }}
1919
cache: 'pip'
2020

2121
- name: Setup cache for poetry
22-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
22+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
2323
with:
2424
path: |
2525
~/.cache/pypoetry/cache

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
verify-sync-codegen:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727
- uses: ./.github/actions/setup
2828
with:
2929
extras: "-E pandas"
@@ -81,7 +81,7 @@ jobs:
8181
# Testpaths are defined in the pytest.ini file:
8282
run: pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml -n8 --dist loadscope --reruns 2 --maxfail 20
8383

84-
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
84+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
8585
# Report code coverage from windows runner; xdist + ubuntu gives incorrect results
8686
if: matrix.os == 'windows-latest' && matrix.python-version == '3.10'
8787
with:

.github/workflows/coverage-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Testpaths are defined in the pytest.ini file:
3030
run: pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml -n8 --dist loadscope --reruns 2 --maxfail 20
3131

32-
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
32+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
file: ./coverage.xml

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: googleapis/release-please-action@v4
12+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
1313
with:
1414
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
1515
config-file: release-please-config.json

.github/workflows/verify-jupyter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
13-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
13+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1414
with:
1515
python-version: '3.10'
1616
cache: 'pip'
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
24-
node-version: "22"
24+
node-version: "24"
2525
- name: Install dependencies
2626
run: npm install pyodide@0.29.0 # JupyterLite currently using pyodide 0.29.0
2727
- name: Install cognite-sdk in pyodide environment

.github/workflows/verify-streamlit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
13-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
13+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1414
with:
1515
python-version: '3.10'
1616
cache: 'pip'
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
24-
node-version: "22"
24+
node-version: "24"
2525
- name: Install dependencies
2626
run: npm install pyodide@0.26.2 # stlite currently using pyodide 0.26.2
2727
- name: Install cognite-sdk in pyodide environment

0 commit comments

Comments
 (0)