Skip to content

chore(deps): update rust crate self_update to 0.41.0 #1478

chore(deps): update rust crate self_update to 0.41.0

chore(deps): update rust crate self_update to 0.41.0 #1478

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '*.md'
- screenshots/**
branches: [main]
pull_request:
paths-ignore:
- '*.md'
- screenshots/**
branches: [main]
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch: # Run with Run Workflow button in GitHub Action Job, set debug_enabled=true for interactive ssh session.
inputs:
debug_enabled:
description: Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)
required: false
default: false
env:
CARGO_TERM_COLOR: always
jobs:
ci:
uses: mihaigalos/workflows/.github/workflows/rust-ci.yaml@main
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}