diff --git a/.github/workflows/integrationtest.yaml b/.github/workflows/integrationtest.yaml index ed983be..9e3b390 100644 --- a/.github/workflows/integrationtest.yaml +++ b/.github/workflows/integrationtest.yaml @@ -53,7 +53,7 @@ jobs: app_id: ${{ secrets.OCMBOT_APP_ID }} private_key: ${{ secrets.OCMBOT_PRIV_KEY }} - name: checkout inttest - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # hard code repo because we want to reuse it across workflows repository: open-component-model/ocm-integrationtest @@ -79,7 +79,7 @@ jobs: echo "Building OCM from a pull request: ${REF}" echo "REF=${REF}" >> $GITHUB_ENV - name: checkout ocm - uses: actions/checkout@v4 + uses: actions/checkout@v5 if: ${{ ! inputs.use-release }} with: repository: ${{ env.REPO }}