Skip to content

Commit 62882a0

Browse files
authored
chore: update from Node.js 20 -> 24 (#162)
1 parent 7b78cf2 commit 62882a0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install cog, requests for testing
3030
run: pip install requests==2.32.5 cogapp==3.6.0
3131

32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333

3434
- name: Generate new sdk
3535
id: generate

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build distribution 📦
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: Install Poetry
2222
uses: abatilo/actions-poetry@v2
2323
with:
@@ -74,7 +74,7 @@ jobs:
7474
private-key: ${{ secrets.APP_PRIVATE_KEY }}
7575

7676
- name: Check out HEAD ref
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v6
7878
with:
7979
fetch-depth: 0
8080
ref: ${{ github.head_ref }}
@@ -97,7 +97,7 @@ jobs:
9797
echo "latest_tag=$LATEST_TAG" >> $GITHUB_OUTPUT
9898
9999
- name: Check out previous release
100-
uses: actions/checkout@v4
100+
uses: actions/checkout@v6
101101
with:
102102
fetch-depth: 0
103103
path: previous

0 commit comments

Comments
 (0)