Skip to content

Commit cbbc3aa

Browse files
authored
Merge pull request #23 from boutproject/dependabot/github_actions/actions/checkout-4
CI: Bump actions/checkout from 1 to 4
2 parents 701cdba + e0b3611 commit cbbc3aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/black-fix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
with:
1616
ref: ${{ github.head_ref }}
1717

.github/workflows/python_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
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@v5
1515
with:

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repo
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626

2727
- name: Set up Python ${{ matrix.python-version }}
2828
uses: actions/setup-python@v5
@@ -43,7 +43,7 @@ jobs:
4343
if: always()
4444

4545
steps:
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v4
4747
- name: Set up Python
4848
uses: actions/setup-python@v5
4949
with:

0 commit comments

Comments
 (0)