Skip to content

Commit 711340d

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
16+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1717
with:
1818
token: ${{secrets.TOKEN || secrets.GITHUB_TOKEN}}
1919
ref: ${{github.head_ref}}
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
49+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5050
with:
5151
ref: ${{github.head_ref}}
5252
repository: ${{github.event.pull_request.head.repo.full_name}}
@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
- name: Checkout
88-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
88+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8989
with:
9090
ref: ${{github.head_ref}}
9191
repository: ${{github.event.pull_request.head.repo.full_name}}
@@ -152,7 +152,7 @@ jobs:
152152

153153
steps:
154154
- name: Checkout
155-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
155+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
156156
with:
157157
ref: ${{github.head_ref}}
158158
repository: ${{github.event.pull_request.head.repo.full_name}}

0 commit comments

Comments
 (0)