From 5925f0a8971125fce8d5acef1a8aee92b3d2e43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:29:26 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/danger.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/lint.yml | 10 +++++----- .github/workflows/tests.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 6d7621b16..b87be4477 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup ruby diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2a90664a0..3632d7811 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Poke config run: | cp config/example.storage.yml config/storage.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4dab6535e..3e466f25a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup ruby uses: ruby/setup-ruby@v1 with: @@ -29,7 +29,7 @@ jobs: timeout-minutes: 10 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup ruby uses: ruby/setup-ruby@v1 with: @@ -44,7 +44,7 @@ jobs: timeout-minutes: 10 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup ruby uses: ruby/setup-ruby@v1 with: @@ -67,7 +67,7 @@ jobs: timeout-minutes: 10 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup ruby uses: ruby/setup-ruby@v1 with: @@ -84,7 +84,7 @@ jobs: timeout-minutes: 10 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 10aab58fa..2428a7628 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup ruby uses: ruby/setup-ruby@v1 with: -- 2.39.5