Skip to content

Commit 951400d

Browse files
authored
Merge pull request #93 from IBM/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 7b836a7 + 57080d1 commit 951400d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- '3.9'
2424

2525
steps:
26-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v4
2727
- name: Set up Python ${{ matrix.python-version }}
2828
uses: actions/setup-python@v4
2929
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Python
1717
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)