Skip to content

Commit

Permalink
⬆️ Updates actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2023
1 parent eac586a commit 0c6d302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
needs: [begin-release]
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Get artifact: version-json"
uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: pwsh
run: dotnet tool install --global GitVersion.Tool --version 5.12
- name: Check out repository full history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # GitVersion requires the full history to calculate the version.
- name: Show GitVersion configuration
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository full history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # create-release-notes requires the full history to create the release notes.
- name: "Get artifact: version-json"
Expand Down

0 comments on commit 0c6d302

Please sign in to comment.