Skip to content

build(deps): bump github.com/containernetworking/plugins from 1.4.0 to 1.6.0 in /plugins/debug #748

build(deps): bump github.com/containernetworking/plugins from 1.4.0 to 1.6.0 in /plugins/debug

build(deps): bump github.com/containernetworking/plugins from 1.4.0 to 1.6.0 in /plugins/debug #748

Workflow file for this run

name: commands
on:
issue_comment:
types: [created]
jobs:
retest:
if: github.repository == 'containernetworking/cni'
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Re-Test Action
uses: ./.github/actions/retest-action
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}