Skip to content

Test of the actions

Test of the actions #1

name: Deps update
on:
push:
branches: [ "cron_updates" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install binstall
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- name: Install cargo-upgrade
run: cargo binstall cargo-edit
- name: Update deps
run: cargo upgrade
- name: Update of lockfile
run: cargo update