Update actions/checkout action to v4

This commit is contained in:
Renovate Bot 2024-12-07 14:01:14 +00:00
parent dbe62fdc04
commit d571b3c234
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ jobs:
integration-action:
runs-on: lxc-bookworm
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: forgejo.sh & forgejo-runner.sh
run: |
LXC_IP_PREFIX=10.0.9 ./forgejo-dependencies.sh

View file

@ -86,7 +86,7 @@ runs:
steps:
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
shell: bash
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: forgejo
run: |
cd $(mktemp -d)

View file

@ -7,7 +7,7 @@ jobs:
- run: |
echo +++++++++++++++++++++++++++++++++++++++++++
echo about to actions/checkout@v3 for SELF@vTest
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: forgejo
uses: SELF@vTest
with:

View file

@ -9,7 +9,7 @@ jobs:
- run: |
echo +++++++++++++++++++++++++++++++++++++++++++
echo about to actions/checkout@v3 for SELF@vTest
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: forgejo
uses: SELF@vTest
with: