diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/ruby.yml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 8ec504e..52791d0 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -23,7 +23,7 @@ jobs:      runs-on: ubuntu-latest      name: Ruby      steps: -    - uses: actions/checkout@v4 +    - uses: actions/checkout@v5      - name: Set up Ruby        uses: ruby/setup-ruby@v1        with: @@ -41,7 +41,7 @@ jobs:        packages: write        contents: read      steps: -    - uses: actions/checkout@v4 +    - uses: actions/checkout@v5      - name: Set version to pre-release        run: |          sed "s/$(jq -r .version package.json)/$(jq -r .version package.json).pre/" locusts.gemspec -i @@ -72,7 +72,7 @@ jobs:        id-token: write # IMPORTANT: this permission is mandatory for trusted publishing      steps:        # Set up -      - uses: actions/checkout@v4 +      - uses: actions/checkout@v5        - name: Set up Ruby          uses: ruby/setup-ruby@v1          with: | 
