Skip to content

Commit

Permalink
Merge pull request #208 from artichoke/lopopolo/rev-deps
Browse files Browse the repository at this point in the history
Update deps again
  • Loading branch information
lopopolo authored Dec 17, 2023
2 parents 4d45d19 + 20e0e51 commit b4916dc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Install Ruby toolchain
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0

- name: Install Python dependencies
run: |
Expand All @@ -148,7 +148,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Install Ruby toolchain
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: echo "${{ steps.release_version.outputs.tag }}" > artifacts/release-version

- name: Upload artifacts
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Get release download URL
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: "3.11"

Expand All @@ -195,7 +195,7 @@ jobs:
target: ${{ matrix.target }}

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0

# ```
# $ gpg --fingerprint --with-subkey-fingerprints codesign@artichokeruby.org
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Get release download URL
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
ref: ${{ steps.release_info.outputs.commit }}

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0

# ```
# $ gpg --fingerprint --with-subkey-fingerprints codesign@artichokeruby.org
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get release download URL
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: artifacts
path: artifacts
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source 'https://rubygems.org'

gem 'bundler-audit', '~> 0.9', require: false
gem 'rake', '>= 12.3.3', require: false
gem 'rubocop', '~> 1.57', require: false
gem 'rubocop', '~> 1.59', require: false
gem 'rubocop-rake', '~> 0.6', require: false
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ GEM
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
racc (1.7.1)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rexml (3.2.6)
rubocop (1.57.2)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand All @@ -41,7 +41,7 @@ PLATFORMS
DEPENDENCIES
bundler-audit (~> 0.9)
rake (>= 12.3.3)
rubocop (~> 1.57)
rubocop (~> 1.59)
rubocop-rake (~> 0.6)

BUNDLED WITH
Expand Down

0 comments on commit b4916dc

Please sign in to comment.