diff options
| author | dependabot[bot] | 2025-11-27 20:46:53 +0100 |
|---|---|---|
| committer | GitHub | 2025-11-27 20:46:53 +0100 |
| commit | 330a8597f8fb136374285d2b52a978e311b46ede (patch) | |
| tree | 224aa35940fbfc6cc023ab188c25596a7b6e9b1e /.github | |
| parent | 9c2ca00074784dbee27b459d71cfc8e75f47b976 (diff) | |
Bump actions/checkout from 4 to 6 (#25829)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/bootstrap_testing.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/bootstrap_testing.yml b/.github/workflows/bootstrap_testing.yml index 997db3f0b2..00787c92eb 100644 --- a/.github/workflows/bootstrap_testing.yml +++ b/.github/workflows/bootstrap_testing.yml @@ -105,7 +105,7 @@ jobs: echo 'Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' >> /etc/sudoers - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 submodules: recursive @@ -174,7 +174,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 submodules: recursive @@ -224,7 +224,7 @@ jobs: git: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 submodules: recursive |