diff --git a/.github/workflows/pull-components.yml b/.github/workflows/pull-components.yml index 4e22f9da..af14ec62 100644 --- a/.github/workflows/pull-components.yml +++ b/.github/workflows/pull-components.yml @@ -19,7 +19,7 @@ jobs: prepare: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: path: "bottle-components-repository" ref: ${{ github.ref_name }} @@ -84,7 +84,7 @@ jobs: ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: path: "bottle-components-repository" ref: ${{ env.PR_BRANCH }} @@ -144,7 +144,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: bottlesdevs/tools path: "tools" @@ -339,7 +339,7 @@ jobs: if: always() && needs.prepare.result == 'success' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: path: "bottle-components-repository" ref: ${{ env.WORKING_BRANCH }}