2021-10-08 06:21:45 +02:00
|
|
|
name: cargo-outdated
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
tags:
|
|
|
|
- cargo-outdated
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2021-10-08 06:40:08 +02:00
|
|
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
|
|
|
with:
|
|
|
|
crate: cargo-outdated
|
2021-10-08 06:48:21 +02:00
|
|
|
private_key: ${{secrets.private_key}}
|