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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-04 15:50:24 +00:00 committed by GitHub
parent 2e2c010d02
commit 4adb3a9241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@ jobs:
name: Lint name: Lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
repository: ${{ inputs.repository || github.repository }} repository: ${{ inputs.repository || github.repository }}
ref: ${{ inputs.ref }} ref: ${{ inputs.ref }}
@ -71,7 +71,7 @@ jobs:
env: env:
RELEASE_CHANNEL: ${{ inputs.environment }} RELEASE_CHANNEL: ${{ inputs.environment }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
repository: ${{ inputs.repository || github.repository }} repository: ${{ inputs.repository || github.repository }}
ref: ${{ inputs.ref }} ref: ${{ inputs.ref }}

View file

@ -18,7 +18,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL

View file

@ -9,7 +9,7 @@ jobs:
permissions: permissions:
pull-requests: write pull-requests: write
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
if: | if: |
startsWith(github.ref, 'refs/heads/releases/') && !contains(github.ref, 'test') startsWith(github.ref, 'refs/heads/releases/') && !contains(github.ref, 'test')