Skip to content

Commit 19e50da

Browse files
authored
Merge pull request #36 from boutproject/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 69d0f4c + 98f0b30 commit 19e50da

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/black-fix.yml

Lines changed: 1 addition & 1 deletion
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@v6
14+
- uses: actions/checkout@v7
1515
with:
1616
ref: ${{ github.head_ref }}
1717

.github/workflows/python_publish.yml

Lines changed: 1 addition & 1 deletion
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@v6
12+
- uses: actions/checkout@v7
1313
- name: Set up Python
1414
uses: actions/setup-python@v6
1515
with:

.github/workflows/python_publish_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- name: Set up Python
1212
uses: actions/setup-python@v6
1313
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

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

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

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

0 commit comments

Comments
 (0)