Skip to content

Commit c57536a

Browse files
committed
chore(deps): update actions/checkout action to v4.1.7
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.0.0 | v4.1.7 |
1 parent 1ebc9e7 commit c57536a

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
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: ["3.12"]
1414
steps:
15-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
1818
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
python-version: ["3.11", "3.12"]
1111
steps:
12-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
12+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1313
- name: Set up Python ${{ matrix.python-version }}
1414
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
1515
with:

0 commit comments

Comments
 (0)