diff --git a/action.yml b/action.yml index f00e8a3..8901feb 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ runs: echo 'No token set' exit 1 fi - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: token: ${{ inputs.token }} - uses: mikefarah/yq@v4.35.2