Update actions/checkout action to v5 #6

Open
bustikiller wants to merge 1 commits from renovate/actions-checkout-5.x into main
Showing only changes of commit 10e1e34fd0 - Show all commits

View File

@ -8,7 +8,7 @@ jobs:
build-static-assets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx