Skip to content

Commit 463aed0

Browse files
Update actions/checkout action to v4
1 parent 087aa9f commit 463aed0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rebase.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
)
1515
steps:
1616
- name: Checkout the latest code
17-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
17+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1818
with:
1919
token: ${{ secrets.GH_TOKEN_AUTOMATIC_REBASE }}
2020
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

.github/workflows/renovate-config-validator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
15+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1616
- name: Validate
1717
uses: rinchsan/renovate-config-validator@c5d3f4c55a5bea4916b59b056871bbb2a14d0cb7 # tag=v0.0.11

0 commit comments

Comments
 (0)