Skip to content

Commit 01b3ee6

Browse files
authored
Merge branch 'master' into dependabot/bundler/docs/concurrent-ruby-1.3.7
2 parents e771e12 + f450182 commit 01b3ee6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
updated: ${{ steps.commit.outputs.updated }}
1313
steps:
1414
- name: Checkout PR branch
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
token: ${{ secrets.CORTEX_HELM_CHART_CI_TOKEN }}
1818
ref: ${{ github.event.pull_request.head.ref }}
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
fetch-depth: 0
5050

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
with:
2525
fetch-depth: 0
2626
token: ${{ secrets.CORTEX_HELM_CHART_CI_TOKEN }}

.github/workflows/renovate-config-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Validate
1717
run: npx --yes --package renovate -- renovate-config-validator

docs/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ GEM
232232
minitest (5.27.0)
233233
net-http (0.9.1)
234234
uri (>= 0.11.1)
235-
nokogiri (1.19.3-x86_64-linux-gnu)
235+
nokogiri (1.19.4-x86_64-linux-gnu)
236236
racc (~> 1.4)
237237
octokit (4.25.1)
238238
faraday (>= 1, < 3)

0 commit comments

Comments
 (0)