diff --git a/action.yml b/action.yml index d7a2058..ebde491 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.1