diff --git a/.github/workflows/out_in.yaml b/.github/workflows/out_in.yaml index b3ebd7f..f2e4da5 100644 --- a/.github/workflows/out_in.yaml +++ b/.github/workflows/out_in.yaml @@ -14,8 +14,10 @@ jobs: run: echo "The build stage is ${{ steps.set-debug-stage.outputs.BUILD_STAGE}}" - name: checkout code + uses: actions/checkout@v4 + + - name: set short sha id: get-short-sha - uses: actions/checkout@v3 run: echo "SHORT_SHA=$(git rev-parse --short)" >> GITHUB_OUTPUT - name: check short sha