chore(deps): update actions/checkout action to v7
renovate/stability-days Updates have met minimum release age requirement
robotframework / build (pull_request) Successful in 6m58s

This commit is contained in:
2026-06-20 18:10:35 +00:00
parent 2225da2b4e
commit fbb596dc72
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }} BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }} GITEA_REPOSITORY: ${{ gitea.repository }}
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: buildtool/setup-buildtools-action@v1 - uses: buildtool/setup-buildtools-action@v1
- name: Build and push - name: Build and push
run: unset GITEA_TOKEN && build && push run: unset GITEA_TOKEN && build && push