Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#765)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 23c2ea8 commit 2490352
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.KONGPONENTS_BOT_PAT }}

- name: Checkout Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:

steps:
- name: Checkout Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PNPM with Dependencies
uses: ./.github/actions/setup-pnpm-with-dependencies/
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:

- name: Checkout Source Code
if: ${{ github.event_name == 'push' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.KONGPONENTS_BOT_PAT }}
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
- finish-test-and-publish
steps:
- name: Checkout Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get aggregate Workflow status
uses: technote-space/workflow-conclusion-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cleanup-preview-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PNPM with Dependencies
uses: ./.github/actions/setup-pnpm-with-dependencies/
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: Checkout Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PNPM with Dependencies
uses: ./.github/actions/setup-pnpm-with-dependencies/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN_PUBLIC_PUBLISH }}
steps:
- name: Checkout Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Remove preview consumption comment
uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit 2490352

Please sign in to comment.