diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 17d39e8cc..0e5900aea 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node 18.x uses: actions/setup-node@v3 with: @@ -41,7 +41,7 @@ jobs: node: '19.x' steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node ${{ matrix.node }} uses: actions/setup-node@v3 with: diff --git a/templates/basic/.github/workflows/main.yml b/templates/basic/.github/workflows/main.yml index affcfe168..54a4dcb83 100644 --- a/templates/basic/.github/workflows/main.yml +++ b/templates/basic/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node ${{ matrix.node }} uses: actions/setup-node@v3 diff --git a/templates/basic/.github/workflows/size.yml b/templates/basic/.github/workflows/size.yml index bc80c4c09..ab3d1bef2 100644 --- a/templates/basic/.github/workflows/size.yml +++ b/templates/basic/.github/workflows/size.yml @@ -6,7 +6,7 @@ jobs: env: CI_JOB_NUMBER: 1 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: andresz1/size-limit-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/templates/react-with-storybook/.github/workflows/main.yml b/templates/react-with-storybook/.github/workflows/main.yml index affcfe168..54a4dcb83 100644 --- a/templates/react-with-storybook/.github/workflows/main.yml +++ b/templates/react-with-storybook/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node ${{ matrix.node }} uses: actions/setup-node@v3 diff --git a/templates/react-with-storybook/.github/workflows/size.yml b/templates/react-with-storybook/.github/workflows/size.yml index bc80c4c09..ab3d1bef2 100644 --- a/templates/react-with-storybook/.github/workflows/size.yml +++ b/templates/react-with-storybook/.github/workflows/size.yml @@ -6,7 +6,7 @@ jobs: env: CI_JOB_NUMBER: 1 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: andresz1/size-limit-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/templates/react/.github/workflows/main.yml b/templates/react/.github/workflows/main.yml index affcfe168..54a4dcb83 100644 --- a/templates/react/.github/workflows/main.yml +++ b/templates/react/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node ${{ matrix.node }} uses: actions/setup-node@v3 diff --git a/templates/react/.github/workflows/size.yml b/templates/react/.github/workflows/size.yml index bc80c4c09..ab3d1bef2 100644 --- a/templates/react/.github/workflows/size.yml +++ b/templates/react/.github/workflows/size.yml @@ -6,7 +6,7 @@ jobs: env: CI_JOB_NUMBER: 1 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: andresz1/size-limit-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }}