Skip to content

chore(deps): bump google-github-actions/release-please-action from 3 to 4 #63

chore(deps): bump google-github-actions/release-please-action from 3 to 4

chore(deps): bump google-github-actions/release-please-action from 3 to 4 #63

Workflow file for this run

name: rolling
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
schedule: # Every two weeks 1st, and 15th
- cron: "0 0 1,15 * *"
jobs:
deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1