Skip to content

Commit 611f621

Browse files
chore(deps): update actions/checkout action to v3.5.0
1 parent 6819614 commit 611f621

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
extension_name: ${{steps.version.outputs.repo}}-${{steps.version.outputs.beta}}.vsix
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3.3.0
24+
uses: actions/checkout@v3.5.0
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
contains(github.event.pull_request.labels.*.name, 'prepare-release')
4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v3.3.0
46+
uses: actions/checkout@v3.5.0
4747
with:
4848
ref: ${{ env.BASE_BRANCH }}
4949
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v3.3.0
17+
uses: actions/checkout@v3.5.0
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)