Update actions/checkout action to v4

pull/321/head
Renovate Bot 2024-11-12 09:35:59 +00:00
parent ab8346ba3a
commit 7696c1b72a
No known key found for this signature in database
GPG Key ID: 8AC4BEEB5900F976
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
runs-on: self-hosted
if: github.repository_owner != 'forgejo-integration' && github.repository_owner != 'forgejo-release'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: forgejo
uses: https://code.forgejo.org/actions/setup-forgejo@v1

View File

@ -20,7 +20,7 @@ jobs:
# root is used for testing, allow it
if: secrets.ROLE == 'forgejo-integration' || github.repository_owner == 'root'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Increase the verbosity when there are no secrets
id: verbose

View File

@ -24,7 +24,7 @@ jobs:
runs-on: self-hosted
if: secrets.DOER != '' && secrets.FORGEJO != '' && secrets.TO_OWNER != '' && secrets.FROM_OWNER != '' && secrets.TOKEN != ''
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: copy & sign
uses: https://code.forgejo.org/forgejo/forgejo-build-publish/publish@v1