ruby-changes:74195
From: nagachika <ko1@a...>
Date: Fri, 21 Oct 2022 22:52:34 +0900 (JST)
Subject: [ruby-changes:74195] 959a9fc4ed (ruby_3_1): merge revision(s) 137e69b48153dfd47851a1548eeefc6c7c843e92:
https://git.ruby-lang.org/ruby.git/commit/?id=959a9fc4ed From 959a9fc4edfd0184a5c9a78ab7bc0bdbd3f6c2b2 Mon Sep 17 00:00:00 2001 From: nagachika <nagachika@r...> Date: Fri, 21 Oct 2022 22:42:44 +0900 Subject: merge revision(s) 137e69b48153dfd47851a1548eeefc6c7c843e92: Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@g...> --- .github/workflows/baseruby.yml | 2 +- .github/workflows/bundled_gems.yml | 2 +- .github/workflows/check_dependencies.yml | 2 +- .github/workflows/check_misc.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/compilers.yml | 2 +- .github/workflows/mingw.yml | 2 +- .github/workflows/mjit.yml | 2 +- .github/workflows/spec_guards.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/wasm.yml | 2 +- .github/workflows/windows.yml | 2 +- .github/workflows/yjit-ubuntu.yml | 2 +- .github/workflows/yjit_asm_tests.yml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) --- .github/workflows/baseruby.yml | 2 +- .github/workflows/check_dependencies.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/compilers.yml | 2 +- .github/workflows/mingw.yml | 2 +- .github/workflows/mjit.yml | 2 +- .github/workflows/spec_guards.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- .github/workflows/yjit-ubuntu.yml | 2 +- .github/workflows/yjit_asm_tests.yml | 2 +- version.h | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml index eec07e814b..3f062abed0 100644 --- a/.github/workflows/baseruby.yml +++ b/.github/workflows/baseruby.yml @@ -33,7 +33,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/baseruby.yml#L33 - ruby-3.0 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v3 with: path: .downloaded-cache diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index f7333a8148..f606a86b66 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -39,7 +39,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/check_dependencies.yml#L39 run: | git config --global advice.detachedHead 0 git config --global init.defaultBranch garbage - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v3 with: path: .downloaded-cache diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f3fdff9524..09d9135fa0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/codeql-analysis.yml#L36 sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev bison autoconf ruby - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - uses: actions/cache@v3 with: diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 5de74d0e46..504792f768 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -198,7 +198,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L198 run: | echo "${{ matrix.entry.key }}=${{ matrix.entry.value }}" >> $GITHUB_ENV echo "GNUMAKEFLAGS=-sj$((1 + $(nproc --all)))" >> $GITHUB_ENV - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: src - uses: actions/cache@v3 diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 6a1fa206bf..2c27e5de76 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -52,7 +52,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L52 git config --global core.eol lf git config --global advice.detachedHead 0 git config --global init.defaultBranch garbage - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: src - uses: actions/cache@v3 diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 87d2c80a18..d5d9cecc56 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -40,7 +40,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L40 run: | git config --global advice.detachedHead 0 git config --global init.defaultBranch garbage - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: src - uses: actions/cache@v3 diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index 3f829650d5..dee882904e 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -30,7 +30,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/spec_guards.yml#L30 - ruby-3.0 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 1ed5434008..de8d9546d2 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -64,7 +64,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L64 run: | git config --global advice.detachedHead 0 git config --global init.defaultBranch garbage - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: src - uses: actions/cache@v3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5ad42d2f1d..37c90af9e2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -85,7 +85,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L85 git config --global core.eol lf git config --global advice.detachedHead 0 git config --global init.defaultBranch garbage - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: src - uses: actions/cache@v3 diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml index f93e515ed6..cf24e0e46d 100644 --- a/.github/workflows/yjit-ubuntu.yml +++ b/.github/workflows/yjit-ubuntu.yml @@ -56,7 +56,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit-ubuntu.yml#L56 run: | git config --global advice.detachedHead 0 git config --global init.defaultBranch garbage - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: src - uses: actions/cache@v3 diff --git a/.github/workflows/yjit_asm_tests.yml b/.github/workflows/yjit_asm_tests.yml index 8a9052dd41..a7e05066dd 100644 --- a/.github/workflows/yjit_asm_tests.yml +++ b/.github/workflows/yjit_asm_tests.yml @@ -30,7 +30,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/yjit_asm_tests.yml#L30 run: | git config --global advice.detachedHead 0 git config --global init.defaultBranch garbage - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: src - name: Run ASM tests diff --git a/version.h b/version.h index fd05305d50..58a2658573 100644 --- a/version.h +++ b/version.h @@ -11,7 +11,7 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L11 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR #define RUBY_VERSION_TEENY 3 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 158 +#define RUBY_PATCHLEVEL 159 #define RUBY_RELEASE_YEAR 2022 #define RUBY_RELEASE_MONTH 10 -- cgit v1.2.3 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/