Skip to content

Commit f4886a2

Browse files
renovate[bot]aquemy
authored andcommitted
chore(actions): update actions/checkout action to v4
1 parent fde892c commit f4886a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version: ${{ steps.version.outputs.value }}
2828

2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
with:
3232
token: ${{ secrets.ACCESS_TOKEN }}
3333

@@ -52,7 +52,7 @@ jobs:
5252
- prepare
5353

5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
with:
5757
fetch-depth: 0
5858
token: ${{ secrets.ACCESS_TOKEN }}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-22.04
8787

8888
steps:
89-
- uses: actions/checkout@v3
89+
- uses: actions/checkout@v4
9090

9191
- name: Setup Python
9292
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)