diff --git a/.github/workflows/action1.yml b/.github/workflows/action1.yml index 8240b3a..5bd668c 100644 --- a/.github/workflows/action1.yml +++ b/.github/workflows/action1.yml @@ -41,7 +41,7 @@ jobs: runs-on: "${{ github.events.inputs.runner == '' && 'ubuntu' || github.events.inputs.runner }}-latest" steps: - name: checkout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: ref: main @@ -54,7 +54,7 @@ jobs: run: pip install -r requirements.txt - name: recheckout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: ref: main diff --git a/.github/workflows/action2.yml b/.github/workflows/action2.yml index b8ece1f..b1973f3 100644 --- a/.github/workflows/action2.yml +++ b/.github/workflows/action2.yml @@ -29,7 +29,7 @@ jobs: runs-on: "${{ github.events.inputs.runner == '' && 'ubuntu' || github.events.inputs.runner }}-latest" steps: - name: checkout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: # ref: v1.4.4a ref: scratch_chat_dev @@ -44,7 +44,7 @@ jobs: run: pip install -r requirements.txt - name: recheckout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: # ref: v1.4.4a ref: scratch_chat_dev diff --git a/.github/workflows/action3.yml b/.github/workflows/action3.yml index 9ef8b5f..3cc5623 100644 --- a/.github/workflows/action3.yml +++ b/.github/workflows/action3.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Download Logs uses: pawanbahuguna/action-logs/@v2.0.0 env: diff --git a/.github/workflows/action4.yml b/.github/workflows/action4.yml index b95ff3c..7b050d2 100644 --- a/.github/workflows/action4.yml +++ b/.github/workflows/action4.yml @@ -44,7 +44,7 @@ jobs: runs-on: "${{ github.events.inputs.runner == '' && 'ubuntu' || github.events.inputs.runner }}-latest" steps: - name: checkout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: ref: main @@ -57,7 +57,7 @@ jobs: run: pip install -r requirements.txt - name: recheckout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: ref: main diff --git a/.github/workflows/test-multivalue.yml b/.github/workflows/test-multivalue.yml index 4b89445..beba454 100644 --- a/.github/workflows/test-multivalue.yml +++ b/.github/workflows/test-multivalue.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Setup Python uses: actions/setup-python@v6.1.0 with: