Skip to content

Bump rails from 8.0.0 to 8.0.1 (#696) #642

Bump rails from 8.0.0 to 8.0.1 (#696)

Bump rails from 8.0.0 to 8.0.1 (#696) #642

Workflow file for this run

name: Dependencies
on:
push:
paths:
- Gemfile
- Gemfile.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:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz
- name: Run bundix
run: nix-shell -p bundix --run "bundix"
- uses: stefanzweifel/[email protected]
with:
commit_message: "Update gemset.nix"