diff --git a/.github/workflows/integrationtest.yaml b/.github/workflows/integrationtest.yaml index ed983be..2aaa7ba 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 }} @@ -101,7 +101,7 @@ jobs: uses: open-component-model/ocm-setup-action@main if: ${{ inputs.use-release }} - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: '${{ github.workspace }}/go.mod' - name: create-cert @@ -223,7 +223,7 @@ jobs: email: noreply@github.com - name: send test result as PR comment if: ${{ env.REF_FROM_OTHER_WORKFLOW == false && github.event.client_payload }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ steps.generate_token.outputs.token }} script: |