diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f4ba55da4..2e727406d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: ${{ inputs.repository || github.repository }} ref: ${{ inputs.ref }} @@ -71,7 +71,7 @@ jobs: env: RELEASE_CHANNEL: ${{ inputs.environment }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: ${{ inputs.repository || github.repository }} ref: ${{ inputs.ref }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0118ec3438..3be1aff3bf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,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/release-pr.yml b/.github/workflows/release-pr.yml index e57200bf00..4c7529ecac 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -9,7 +9,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: | startsWith(github.ref, 'refs/heads/releases/') && !contains(github.ref, 'test')