diff --git a/.github/workflows/ancient-svc-adapters.yml b/.github/workflows/ancient-svc-adapters.yml index 71879e6b..1729fb91 100644 --- a/.github/workflows/ancient-svc-adapters.yml +++ b/.github/workflows/ancient-svc-adapters.yml @@ -90,7 +90,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ancient.yml b/.github/workflows/ancient.yml index 8a2f686a..83919641 100644 --- a/.github/workflows/ancient.yml +++ b/.github/workflows/ancient.yml @@ -79,7 +79,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 502c2a0e..a03c20f2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0ddb57ab..e97ef7da 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -73,7 +73,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/current-runtime-heads.yml b/.github/workflows/current-runtime-heads.yml index 7d7443ad..0c84545f 100644 --- a/.github/workflows/current-runtime-heads.yml +++ b/.github/workflows/current-runtime-heads.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/current-svc-adapters.yml b/.github/workflows/current-svc-adapters.yml index fe468cf6..a3bac053 100644 --- a/.github/workflows/current-svc-adapters.yml +++ b/.github/workflows/current-svc-adapters.yml @@ -81,7 +81,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index a884f009..6b43ab85 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -98,7 +98,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 0d4a0136..046e9c88 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 'Dependency Review' uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/deps_locked.yml b/.github/workflows/deps_locked.yml index 5178a8c0..96dc9767 100644 --- a/.github/workflows/deps_locked.yml +++ b/.github/workflows/deps_locked.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/deps_unlocked.yml b/.github/workflows/deps_unlocked.yml index a14fc695..cfa42543 100644 --- a/.github/workflows/deps_unlocked.yml +++ b/.github/workflows/deps_unlocked.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/heads.yml b/.github/workflows/heads.yml index ecb81321..c10d2358 100644 --- a/.github/workflows/heads.yml +++ b/.github/workflows/heads.yml @@ -78,7 +78,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/jruby-ancient-svc-adapters.yml b/.github/workflows/jruby-ancient-svc-adapters.yml index f05d5499..90c5e683 100644 --- a/.github/workflows/jruby-ancient-svc-adapters.yml +++ b/.github/workflows/jruby-ancient-svc-adapters.yml @@ -81,7 +81,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/jruby-ancient.yml b/.github/workflows/jruby-ancient.yml index 96d2b8fc..55a47aaf 100644 --- a/.github/workflows/jruby-ancient.yml +++ b/.github/workflows/jruby-ancient.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/jruby-svc-adapters.yml b/.github/workflows/jruby-svc-adapters.yml index b32bb9a5..2794887d 100644 --- a/.github/workflows/jruby-svc-adapters.yml +++ b/.github/workflows/jruby-svc-adapters.yml @@ -83,7 +83,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/jruby.yml b/.github/workflows/jruby.yml index 7763ddb8..24916b26 100644 --- a/.github/workflows/jruby.yml +++ b/.github/workflows/jruby.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/legacy-svc-adapters.yml b/.github/workflows/legacy-svc-adapters.yml index 53a97c88..65435d22 100644 --- a/.github/workflows/legacy-svc-adapters.yml +++ b/.github/workflows/legacy-svc-adapters.yml @@ -80,7 +80,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml index 64428bf2..ff93f6f7 100644 --- a/.github/workflows/legacy.yml +++ b/.github/workflows/legacy.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index b9e39e26..e0a290af 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/supported-svc-adapters.yml b/.github/workflows/supported-svc-adapters.yml index 7c2aa53a..6a1e4f57 100644 --- a/.github/workflows/supported-svc-adapters.yml +++ b/.github/workflows/supported-svc-adapters.yml @@ -113,7 +113,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/supported.yml b/.github/workflows/supported.yml index b043470a..b9b0ecb9 100644 --- a/.github/workflows/supported.yml +++ b/.github/workflows/supported.yml @@ -80,7 +80,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/unsupported-svc-adapters.yml b/.github/workflows/unsupported-svc-adapters.yml index aac6da54..58883c19 100644 --- a/.github/workflows/unsupported-svc-adapters.yml +++ b/.github/workflows/unsupported-svc-adapters.yml @@ -88,7 +88,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/unsupported.yml b/.github/workflows/unsupported.yml index 10d436b9..734e2a0a 100644 --- a/.github/workflows/unsupported.yml +++ b/.github/workflows/unsupported.yml @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1