Skip to content

Commit c6a36a4

Browse files
authored
Merge pull request #6 from IBM/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 0bc5338 + 36ab887 commit c6a36a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
tox: "py312"
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
- name: Set up Python ${{ matrix.python-version.setup }}
4343
uses: actions/setup-python@v4
4444
with:

.github/workflows/lint-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: Set up Python 3.8
2929
uses: actions/setup-python@v4
3030
with:

.github/workflows/publish-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Set up Python
2727
uses: actions/setup-python@v3
2828
- name: Build and check package

0 commit comments

Comments
 (0)