diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d1167ed1a7..f98415f75d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,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/lint-scss.yml b/.github/workflows/lint-scss.yml index 203e6a88c8..0f1078cdd9 100644 --- a/.github/workflows/lint-scss.yml +++ b/.github/workflows/lint-scss.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/schedule-monthly-PREV.yml b/.github/workflows/schedule-monthly-PREV.yml index 61bf691bca..186018c21c 100644 --- a/.github/workflows/schedule-monthly-PREV.yml +++ b/.github/workflows/schedule-monthly-PREV.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'hackforla/website' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # gets a list of website-write team members with no open issues, returns a list of member's github handles - name: Get List diff --git a/.github/workflows/schedule-monthly.yml b/.github/workflows/schedule-monthly.yml index ad09da2b86..81254c5146 100644 --- a/.github/workflows/schedule-monthly.yml +++ b/.github/workflows/schedule-monthly.yml @@ -13,7 +13,7 @@ jobs: steps: # Checkout repo - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }}