diff --git a/.github/workflows/azure-static-web-apps-agreeable-rock-03bb9dd00.yml b/.github/workflows/azure-static-web-apps-agreeable-rock-03bb9dd00.yml index 8e6d51b6..1fd96ef6 100644 --- a/.github/workflows/azure-static-web-apps-agreeable-rock-03bb9dd00.yml +++ b/.github/workflows/azure-static-web-apps-agreeable-rock-03bb9dd00.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Build And Deploy diff --git a/.github/workflows/azure-static-web-apps-blue-glacier-03a510200.yml b/.github/workflows/azure-static-web-apps-blue-glacier-03a510200.yml index d2df4077..db2351b3 100644 --- a/.github/workflows/azure-static-web-apps-blue-glacier-03a510200.yml +++ b/.github/workflows/azure-static-web-apps-blue-glacier-03a510200.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Build And Deploy diff --git a/.github/workflows/azure-static-web-apps-orange-sky-0698d1000.yml b/.github/workflows/azure-static-web-apps-orange-sky-0698d1000.yml index 9425353a..a5546863 100644 --- a/.github/workflows/azure-static-web-apps-orange-sky-0698d1000.yml +++ b/.github/workflows/azure-static-web-apps-orange-sky-0698d1000.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Build And Deploy diff --git a/.github/workflows/azure-static-web-apps-purple-glacier-0f2661300.yml b/.github/workflows/azure-static-web-apps-purple-glacier-0f2661300.yml index f1d20281..09b16712 100644 --- a/.github/workflows/azure-static-web-apps-purple-glacier-0f2661300.yml +++ b/.github/workflows/azure-static-web-apps-purple-glacier-0f2661300.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Build And Deploy diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97c96129..193968dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm uses: pnpm/action-setup@v2 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7070036e..b5b52944 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,7 +33,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/docker-publish.yml b/.github/workflows/docker-publish.yml index 80cba657..f3a1ff52 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -13,7 +13,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Se Docker meta id: meta diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cfcc1bf..8f5ddf79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: npx conventional-github-releaser -p angular env: CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}