diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index aa40eec..74224ee 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js 18.x uses: actions/setup-node@v2 with: @@ -43,7 +43,7 @@ jobs: needs: build steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Get NPM Version id: package-version uses: martinbeentjes/npm-get-version-action@main diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 68c222b..e1b8bfe 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 2 diff --git a/.github/workflows/repo-metadata-sync.yml b/.github/workflows/repo-metadata-sync.yml index caf14a9..c9fe8c9 100644 --- a/.github/workflows/repo-metadata-sync.yml +++ b/.github/workflows/repo-metadata-sync.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetching Local Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Repo Sync uses: kbrashears5/github-action-repo-sync@v2.0.0 with: diff --git a/.github/workflows/sync-github-with-package-json.yml b/.github/workflows/sync-github-with-package-json.yml index d96856d..6506138 100644 --- a/.github/workflows/sync-github-with-package-json.yml +++ b/.github/workflows/sync-github-with-package-json.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetching Local Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Repo Sync uses: kbrashears5/github-action-repo-sync@v1 with: