Skip to content

chore(deps): update golangci/golangci-lint-action digest to 7409966 #312

chore(deps): update golangci/golangci-lint-action digest to 7409966

chore(deps): update golangci/golangci-lint-action digest to 7409966 #312

Workflow file for this run

name: Cache cleanup
on:
workflow_dispatch: {}
pull_request:
types:
- closed
permissions:
actions: write
contents: read
jobs:
cleanup:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: ./.github/actions/clean-cache
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
gh-repo: ${{ github.repository }}
branch: refs/pull/${{ github.event.pull_request.number }}/merge