Skip to content

Commit d6c9958

Browse files
renovate[bot]jackton1
authored andcommitted
chore(deps): update actions/checkout action to v3.5.2
1 parent 3125c0d commit d6c9958

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3.5.1
13+
uses: actions/checkout@v3.5.2
1414

1515
- name: Get branch names
1616
id: branch-name

.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.5.1
11+
- uses: actions/checkout@v3.5.2
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
@@ -14,7 +14,7 @@ jobs:
1414
name: Test github-changelog-generator
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3.5.1
17+
uses: actions/checkout@v3.5.2
1818
- name: shellcheck
1919
uses: reviewdog/action-shellcheck@v1.17
2020
- name: Run github-changelog-generator

0 commit comments

Comments
 (0)