Bump ruby-lsp from 0.21.2 to 0.21.3 (#522) #868
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependencies | |
on: | |
push: | |
paths: | |
- Gemfile | |
- Gemfile.lock | |
- package.json | |
- yarn.lock | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
if: ${{ github.ref != 'refs/heads/main' }} | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | |
- uses: cachix/install-nix-action@v30 | |
with: | |
nix_path: nixpkgs=channel:nixos-23.05 | |
- name: Run bundix | |
run: nix-shell -p bundix --run "bundix" | |
- uses: stefanzweifel/[email protected] | |
with: | |
commit_message: "Update gemset.nix" | |
commit_user_name: robbevp | |
commit_user_email: [email protected] | |
commit_author: robbe[bot] <[email protected]> | |
- name: Run yarn2nix | |
run: nix-shell -p yarn2nix --run "yarn2nix > yarn.nix" | |
- uses: stefanzweifel/[email protected] | |
with: | |
commit_message: "Update yarn.nix" | |
commit_user_name: robbevp | |
commit_user_email: [email protected] | |
commit_author: robbe[bot] <[email protected]> |