diff --git a/.github/workflows/commit-message-validator.yaml b/.github/workflows/commit-message-validator.yaml index 4373ad3..51ef496 100644 --- a/.github/workflows/commit-message-validator.yaml +++ b/.github/workflows/commit-message-validator.yaml @@ -6,7 +6,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v6 diff --git a/.github/workflows/labelling.yaml b/.github/workflows/labelling.yaml index ea45394..2d2a0f5 100644 --- a/.github/workflows/labelling.yaml +++ b/.github/workflows/labelling.yaml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/megalinter.yaml b/.github/workflows/megalinter.yaml index 1608cab..e35787d 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/tagging.yaml b/.github/workflows/tagging.yaml index cc869b7..8c70413 100644 --- a/.github/workflows/tagging.yaml +++ b/.github/workflows/tagging.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0