diff --git a/.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml b/.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml index 5d4e11597..e3b01a111 100644 --- a/.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml +++ b/.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 13b85f0ca..f3fa429b6 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest # Job steps steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # pulls all commits (needed for chromatic to find baselines) fetch-depth: '0' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6acaf6127..6770649b0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index b0dedc42e..4e7519779 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 'Dependency Review' uses: actions/dependency-review-action@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8064ffa88..cbb1422c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # pulls all commits (needed for lerna / semantic release to correctly version) fetch-depth: '0' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3ba59fd04..c4e4fb57f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: node-version: [18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -42,7 +42,7 @@ jobs: node-version: [18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: