Skip to content

Commit be61e11

Browse files
authored
Merge pull request #106 from dhatim/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 3717581 + 2ab259f commit be61e11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
python-version: [ '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11' ]
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v4
1717
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: [ '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11' ]
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v4
1818
with:
@@ -31,7 +31,7 @@ jobs:
3131
deploy:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- name: build sdist bdist_wheel
3636
run: |
3737
VERSION=${{ github.event.inputs.release_version }}

0 commit comments

Comments
 (0)