Skip to content

Commit e2651ff

Browse files
renovate[bot]jackton1
authored andcommitted
Update actions/checkout action to v3.5.0
1 parent b6feb6a commit e2651ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3.4.0
11+
- uses: actions/checkout@v3.5.0
1212
with:
1313
token: ${{ secrets.PAT_TOKEN }}
1414
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3.4.0
25+
uses: actions/checkout@v3.5.0
2626
- name: Dump GitHub context
2727
env:
2828
GITHUB_CONTEXT: ${{ toJson(github) }}

0 commit comments

Comments
 (0)