diff --git a/.github/workflows/compile-release.yml b/.github/workflows/compile-release.yml index 4884bf6..638f119 100644 --- a/.github/workflows/compile-release.yml +++ b/.github/workflows/compile-release.yml @@ -16,7 +16,7 @@ jobs: matrix: ${{ steps.discover-releases.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: path: apache-atlas-compiled @@ -93,7 +93,7 @@ jobs: done - name: Checkout Apache Atlas compiled - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: path: apache-atlas-compiled