Skip to content

Commit e38cf7b

Browse files
chore(deps): update actions/checkout action to v4.1.7
1 parent 0c092b3 commit e38cf7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-publish.yml

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

6565
steps:
6666
- name: Checkout repository
67-
uses: actions/checkout@v4.1.1
67+
uses: actions/checkout@v4.1.7
6868
with:
6969
fetch-depth: 0
7070
token: ${{ secrets.GIT_GITHUB_TOKEN }}

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Linting & Test
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v4.1.1
49+
- uses: actions/checkout@v4.1.7
5050
- uses: actions/setup-python@v5
5151
with:
5252
python-version: '3.x'

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@v4.1.1
15+
uses: actions/checkout@v4.1.7
1616

1717
- name: Run Labeler
1818
uses: crazy-max/ghaction-github-labeler@v5.0.0

0 commit comments

Comments
 (0)