Skip to content

Commit 1f2554c

Browse files
chore(deps): update actions/checkout action to v6 (#342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a6f993 commit 1f2554c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
17+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1818
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1919
with:
2020
python-version: 3.x
@@ -26,7 +26,7 @@ jobs:
2626
name: Lint Commit Messages
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
29+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3030
with:
3131
fetch-depth: 0
3232
- uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6.0.1
@@ -47,7 +47,7 @@ jobs:
4747
- macOS-latest
4848
runs-on: ${{ matrix.os }}
4949
steps:
50-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
50+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5151
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
5252
id: setup-python
5353
with:
@@ -76,7 +76,7 @@ jobs:
7676
contents: write
7777

7878
steps:
79-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
79+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
8080
with:
8181
fetch-depth: 0
8282
ref: ${{ github.sha }}

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
labels:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
14+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1515
- name: Set up Python
1616
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1717
with:

0 commit comments

Comments
 (0)