Skip to content

Commit 6480d95

Browse files
authored
Merge pull request #168 from github/combined-prs
Combined PRs
2 parents 0a5ea90 + 5c5bfce commit 6480d95

15 files changed

+17
-17
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
has_change: ${{ steps.diff.outputs.has_change}}
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- id: fetch-base
2323
if: github.event_name == 'pull_request'
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: checkout
7070
if: ${{ needs.changes.outputs.has_change == 'true' }}
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v5
7272

7373
# Use Docker layer caching for 'docker build' and 'docker-compose build' commands.
7474
# https://github.com/satackey/action-docker-layer-caching/releases/tag/v0.0.11

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323

2424
steps:
2525
- name: checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

28-
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # pin@v1.248.0
28+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
2929
with:
3030
bundler-cache: true
3131

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

21-
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # pin@v1.248.0
21+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
2222
with:
2323
bundler-cache: true
2424

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818

1919
steps:
2020
- name: checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

23-
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # pin@v1.248.0
23+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
2424
with:
2525
bundler-cache: true
2626

@@ -46,7 +46,7 @@ jobs:
4646
GEM_HOST_API_KEY=${{ secrets.GITHUB_TOKEN }} gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem
4747
4848
- name: release
49-
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # pin@v1.18.0
49+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # pin@v1.20.0
5050
with:
5151
artifacts: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
5252
tag: "v${{ env.GEM_VERSION }}"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
steps:
2222
- name: checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

25-
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # pin@v1.248.0
25+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
2626
with:
2727
bundler-cache: true
2828
ruby-version: ${{ matrix.ruby }}

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ GEM
8484
rake (13.3.0)
8585
rbs (3.6.1)
8686
logger
87-
regexp_parser (2.11.0)
87+
regexp_parser (2.11.2)
8888
retryable (3.0.5)
8989
rexml (3.4.1)
9090
rspec (3.13.1)
@@ -100,7 +100,7 @@ GEM
100100
diff-lcs (>= 1.2.0, < 2.0)
101101
rspec-support (~> 3.13.0)
102102
rspec-support (3.13.4)
103-
rubocop (1.79.2)
103+
rubocop (1.80.2)
104104
json (~> 2.3)
105105
language_server-protocol (~> 3.17.0.2)
106106
lint_roller (~> 1.1.0)
@@ -118,10 +118,10 @@ GEM
118118
rubocop (>= 1.72)
119119
rubocop-performance (>= 1.24)
120120
rubocop-rails (>= 2.23)
121-
rubocop-performance (1.25.0)
121+
rubocop-performance (1.26.0)
122122
lint_roller (~> 1.1)
123123
rubocop (>= 1.75.0, < 2.0)
124-
rubocop-ast (>= 1.38.0, < 2.0)
124+
rubocop-ast (>= 1.44.0, < 2.0)
125125
rubocop-rails (2.32.0)
126126
activesupport (>= 4.2.0)
127127
lint_roller (~> 1.1)
@@ -148,7 +148,7 @@ GEM
148148
simplecov_json_formatter (0.1.4)
149149
tzinfo (2.0.6)
150150
concurrent-ruby (~> 1.0)
151-
unicode-display_width (3.1.4)
151+
unicode-display_width (3.1.5)
152152
unicode-emoji (~> 4.0, >= 4.0.4)
153153
unicode-emoji (4.0.4)
154154
uri (1.0.3)
-58 KB
Binary file not shown.
58.5 KB
Binary file not shown.

vendor/cache/rubocop-1.79.2.gem

-699 KB
Binary file not shown.

0 commit comments

Comments
 (0)