diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 1cb2df5..3a09585 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup (CI & Build) and Test Package uses: variablesoftware/github-actions-node-setup-and-test@main # uses: ./.github/actions/setup-and-test diff --git a/.github/workflows/ci-semantic-release-sync.yml b/.github/workflows/ci-semantic-release-sync.yml index 509c26e..6a783c0 100644 --- a/.github/workflows/ci-semantic-release-sync.yml +++ b/.github/workflows/ci-semantic-release-sync.yml @@ -76,7 +76,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup (CI & Build) and Test Package uses: variablesoftware/github-actions-node-setup-and-test@main # uses: ./.github/actions/setup-and-test @@ -106,7 +106,7 @@ jobs: echo "RUN_LINT: ${{ inputs.RUN_LINT }}" echo "RUN_RELEASE: ${{ inputs.RUN_RELEASE }}" - name: Actions Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Actions Set up Node.js uses: actions/setup-node@v5 with: diff --git a/.github/workflows/cleanup-branch.yml b/.github/workflows/cleanup-branch.yml index 0ea5fb1..7e8786c 100644 --- a/.github/workflows/cleanup-branch.yml +++ b/.github/workflows/cleanup-branch.yml @@ -36,7 +36,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/prune-releases.yaml b/.github/workflows/prune-releases.yaml index fe3cacd..ea240b3 100644 --- a/.github/workflows/prune-releases.yaml +++ b/.github/workflows/prune-releases.yaml @@ -20,7 +20,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install GitHub CLI run: |