diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-06 13:28:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 13:28:26 +0000 |
commit | ad69c69fff25607bae3b3ad2946a2e8728449a54 (patch) | |
tree | 08f9fe056da133329626797aa2591ebb626d6e49 | |
parent | 778134e491a9f53abc903f6fa730d8389f27697d (diff) | |
download | edk2-dependabot/github_actions/actions/checkout-4.tar.gz edk2-dependabot/github_actions/actions/checkout-4.tar.bz2 edk2-dependabot/github_actions/actions/checkout-4.zip |
GitHub Action: Bump actions/checkout from 3 to 4dependabot/github_actions/actions/checkout-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>
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 992b3b6f65..88b80d27ff 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -80,7 +80,7 @@ jobs: ArchList: "IA32,X64"
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v4
|