mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-02 10:05:51 +00:00
Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36c250a2e6 | |||
|
|
30e8c52f63 | ||
| 046a03b13a | |||
| 92872be270 | |||
| 2fca0d0b5e | |||
| ba6d730787 | |||
|
|
ea03c5c6f4 | ||
|
|
acdbb7de7f |
3 changed files with 6 additions and 6 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -10,12 +10,12 @@ jobs:
|
||||||
rubocop:
|
rubocop:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 4.0.0
|
ruby-version: 4.0.0
|
||||||
- name: Cache Ruby gems
|
- name: Cache Ruby gems
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: vendor/bundle
|
path: vendor/bundle
|
||||||
key: ${{ runner.os }}-bundle-4.0.0-${{ hashFiles('Gemfile.lock') }}
|
key: ${{ runner.os }}-bundle-4.0.0-${{ hashFiles('Gemfile.lock') }}
|
||||||
|
|
@ -34,12 +34,12 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
ruby-version: ["3.2.9", "3.3.10", "3.4.8", "4.0.0"]
|
ruby-version: ["3.2.9", "3.3.10", "3.4.8", "4.0.0"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: ${{ matrix.ruby-version }}
|
ruby-version: ${{ matrix.ruby-version }}
|
||||||
- name: Cache Ruby gems
|
- name: Cache Ruby gems
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: vendor/bundle
|
path: vendor/bundle
|
||||||
key: ${{ runner.os }}-bundle-${{ matrix.ruby-version }}-${{ hashFiles('Gemfile.lock') }}
|
key: ${{ runner.os }}-bundle-${{ matrix.ruby-version }}-${{ hashFiles('Gemfile.lock') }}
|
||||||
|
|
|
||||||
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -9,6 +9,6 @@ jobs:
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: release-drafter/release-drafter@v6
|
- uses: release-drafter/release-drafter@v7
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
4.0.0
|
4.0.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue