diff --git a/.github/workflows/use-action.yaml b/.github/workflows/use-action.yaml index 6163ec3..7514fbc 100644 --- a/.github/workflows/use-action.yaml +++ b/.github/workflows/use-action.yaml @@ -26,7 +26,7 @@ jobs: wait: 120s # checking out the project code on the current workspace - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # self loading the action.yaml definitions, making possible to run the action defined on this # project directly