Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 782bd65

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7 (#152)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1fd05b commit 782bd65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-and-publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4.1.6
11+
- uses: actions/checkout@v4.1.7
1212
- name: Set up Python 3.x
1313
uses: actions/setup-python@v5.1.0
1414
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PYTHON_VERSION: ${{ matrix.python-version }}
2222

2323
steps:
24-
- uses: actions/checkout@v4.1.6
24+
- uses: actions/checkout@v4.1.7
2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v5.1.0
2727
with:

0 commit comments

Comments
 (0)