Skip to content

Commit

Permalink
Merge branch 'main' into customized/px5
Browse files Browse the repository at this point in the history
  • Loading branch information
ParadoxV5 committed Nov 26, 2023
2 parents f691e86 + 0d390e0 commit 171aca2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 2
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
timeout-minutes: 2
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 10
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
timeout-minutes: 5
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ gemspec
# Development Apps
group :development do
group :type_check do
gem 'rbs', '~> 3.2.0', require: false
gem 'steep', '~> 1.5.0', require: false
gem 'rbs', '~> 3.3.0', require: false
gem 'steep', '~> 1.6.0', require: false
end
group :documentation do
gem 'yard', '~> 0.9.0', require: false
gem 'commonmarker', '~> 0.23.0', require: false
end
group :test do
gem 'rake', '~> 13.0.0'
gem 'minitest', '~> 5.19.0'
gem 'rake', '~> 13.1.0'
gem 'minitest', '~> 5.20.0'
end
end

0 comments on commit 171aca2

Please sign in to comment.