Skip to content

Commit 77cf05a

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#127)
1 parent 1968496 commit 77cf05a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
pull-requests: write
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
1818
fetch-depth: 0 # fetch all history for all branches and tags

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
re-tag:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
ref: ${{ inputs.ref }}

.github/workflows/used-by.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
used-by:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: shenxianpeng/used-by@v0.1.4
1919
with:
2020
repo: '${{ github.repository }}'

0 commit comments

Comments
 (0)