Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 204857b commit 9c8e3c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
extension_name: ${{steps.version.outputs.repo}}-${{steps.version.outputs.beta}}.vsix
steps:
- name: Checkout code
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'prepare-release')
steps:
- name: Checkout code
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.7
with:
ref: ${{ env.BASE_BRANCH }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

Expand Down

0 comments on commit 9c8e3c6

Please sign in to comment.