diff --git a/.github/workflows/inflate.yml b/.github/workflows/inflate.yml index 49d59cb7c2..0c0183faa0 100644 --- a/.github/workflows/inflate.yml +++ b/.github/workflows/inflate.yml @@ -13,12 +13,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Get NetKAN repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - name: Get CKAN-meta repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: KSP-CKAN/CKAN-meta path: .CKAN-meta @@ -31,7 +31,7 @@ jobs: restore-keys: | downloads- - name: Test modified netkans - uses: KSP-CKAN/xKAN-meta_testing@master + uses: techman83/xKAN-meta_testing@feat/debugging env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_BASE_SHA: ${{ github.event.pull_request.base.sha }}