diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4807dd0..7251f05 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -24,7 +24,7 @@ jobs: DATABRICKS_WAREHOUSE_ID: ${{ secrets.DATABRICKS_WAREHOUSE_ID }} CATALOG: ${{ vars.CATALOG || 'dataops_template' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Fix detached HEAD run: git checkout -B ${{ github.ref_name }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f788b0e..df3f3df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: Lint and test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Fix detached HEAD run: git checkout -B ${{ github.head_ref }} @@ -40,7 +40,7 @@ jobs: PR_NUMBER: ${{ github.event.pull_request.number }} CATALOG: ${{ vars.CATALOG || 'dataops_template' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Fix detached HEAD run: git checkout -B ${{ github.head_ref }} diff --git a/.github/workflows/pr-cleanup.yml b/.github/workflows/pr-cleanup.yml index 7795b0d..524d276 100644 --- a/.github/workflows/pr-cleanup.yml +++ b/.github/workflows/pr-cleanup.yml @@ -25,7 +25,7 @@ jobs: PR_NUMBER: ${{ github.event.pull_request.number || inputs.pr_number }} CATALOG: ${{ vars.CATALOG || 'dataops_template' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Fix detached HEAD run: git checkout -B ${{ github.head_ref || inputs.branch }}