Skip to content

Bump golang.org/x/crypto from 0.29.0 to 0.31.0 #26

Bump golang.org/x/crypto from 0.29.0 to 0.31.0

Bump golang.org/x/crypto from 0.29.0 to 0.31.0 #26

Workflow file for this run

name: Cleanup Runs
on: [push]
jobs:
del_runs:
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 7
keep_minimum_runs: 4