diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 0d44b54..1cb2df5 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@v4 + uses: actions/checkout@v5 - 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 ae03332..e7caea6 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: Actions Set up Node.js uses: actions/setup-node@v4 with: diff --git a/.github/workflows/cleanup-branch.yml b/.github/workflows/cleanup-branch.yml index fd40f85..0ea5fb1 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/prune-releases.yaml b/.github/workflows/prune-releases.yaml index ddb17f4..fe3cacd 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@v4 + uses: actions/checkout@v5 - name: Install GitHub CLI run: |