chore(deps): update actions/checkout action to v6.0.1 #33

Open
renovate-bot wants to merge 1 commits from renovate/actions-checkout-6.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d485720183 - Show all commits

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v6.0.0
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0

View File

@@ -45,7 +45,7 @@ jobs:
REPO: ${{ gitea.repository }}
- name: Check out repository
uses: actions/checkout@v6.0.0
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
ref: ${{ needs.tag.outputs.tag_name }}