From 3dd7e0d32b2c3d0b1c73ca2118da38d2992c0785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:05:49 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-comment-newly-opened-pr.yml | 2 +- .github/workflows/auto-comment-on-new-issues.yml | 2 +- .github/workflows/azure-static-web-apps-ashy-sand-06af1b40f.yml | 2 +- .../workflows/azure-static-web-apps-yellow-bay-03a907f10.yml | 2 +- .github/workflows/jekyll-gh-pages.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-comment-newly-opened-pr.yml b/.github/workflows/auto-comment-newly-opened-pr.yml index 367609d1..40881edd 100644 --- a/.github/workflows/auto-comment-newly-opened-pr.yml +++ b/.github/workflows/auto-comment-newly-opened-pr.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: EddieHubCommunity/gh-action-community/src/welcome@main with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-comment-on-new-issues.yml b/.github/workflows/auto-comment-on-new-issues.yml index a2383e09..cc9d8356 100644 --- a/.github/workflows/auto-comment-on-new-issues.yml +++ b/.github/workflows/auto-comment-on-new-issues.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: EddieHubCommunity/gh-action-community/src/welcome@main with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/azure-static-web-apps-ashy-sand-06af1b40f.yml b/.github/workflows/azure-static-web-apps-ashy-sand-06af1b40f.yml index 28ab1bb4..25099e61 100644 --- a/.github/workflows/azure-static-web-apps-ashy-sand-06af1b40f.yml +++ b/.github/workflows/azure-static-web-apps-ashy-sand-06af1b40f.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-yellow-bay-03a907f10.yml b/.github/workflows/azure-static-web-apps-yellow-bay-03a907f10.yml index 1b18010e..ee4fbe8a 100644 --- a/.github/workflows/azure-static-web-apps-yellow-bay-03a907f10.yml +++ b/.github/workflows/azure-static-web-apps-yellow-bay-03a907f10.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/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 559bddf5..cbeb2727 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v3 - name: Build with Jekyll