Update actions/checkout action to v4 #79

Merged
alice merged 1 commits from renovate/actions-checkout-4.x into main 2024-08-20 08:45:39 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
name: check and test
runs-on: ubuntu-latest
steps:
- uses: https://gitea.com/actions/checkout@v3
- uses: https://gitea.com/actions/checkout@v4
- name: install tools
run: |
apt update -y

View File

@ -9,7 +9,7 @@ jobs:
generate-chart-publish:
runs-on: ubuntu-latest
steps:
- uses: https://gitea.com/actions/checkout@v3
- uses: https://gitea.com/actions/checkout@v4
- name: install tools
run: |
apt update -y