diff --git a/action.yml b/action.yml index 750e935..da26fa2 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ outputs: runs: using: "composite" steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ inputs.repository }} ref: ${{ inputs.ref }}