Skip to content

Commit 51e9a4c

Browse files
renovate[bot]jackton1
authored andcommitted
chore(deps): update actions/checkout action to v3.3.0
1 parent 867223b commit 51e9a4c

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
@@ -9,7 +9,7 @@ jobs:
99
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.2.0
12+
- uses: actions/checkout@v3.3.0
1313
with:
1414
token: ${{ secrets.PAT_TOKEN }}
1515
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync-assets:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.2.0
12+
- uses: actions/checkout@v3.3.0
1313
with:
1414
fetch-depth: 0
1515

0 commit comments

Comments
 (0)