Skip to content

Commit cf28848

Browse files
box-sdk-buildbox-sdk-build
andauthored
chore: Fix GitHub actions and integration tests (box/box-codegen#712) (#550)
Co-authored-by: box-sdk-build <[email protected]>
1 parent f114c09 commit cf28848

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "90eaba8", "specHash": "f737b7b", "version": "1.13.0" }
1+
{ "engineHash": "5f0371b", "specHash": "f737b7b", "version": "1.13.0" }

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
strategy:
1414
max-parallel: 1
1515
matrix:
@@ -20,9 +20,9 @@ jobs:
2020
name: Build with Python ${{ matrix.python-version }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies
@@ -52,12 +52,12 @@ jobs:
5252
5353
coverage:
5454
name: Coverage report
55-
runs-on: ubuntu-20.04
55+
runs-on: ubuntu-latest
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v2
58+
uses: actions/checkout@v4
5959
- name: Set up Python 3.11
60-
uses: actions/setup-python@v2
60+
uses: actions/setup-python@v4
6161
with:
6262
python-version: '3.11'
6363
- name: Install dependencies

.github/workflows/spell-check-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout current repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
- name: Checkout spellchecker
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
ref: refs/heads/main
1717
repository: box/box-sdk-spellchecker

0 commit comments

Comments
 (0)