diff options
-rw-r--r-- | .github/workflows/BuildPlatform.yml | 2 | ||||
-rw-r--r-- | .github/workflows/codeql.yml | 2 | ||||
-rw-r--r-- | .github/workflows/issue-assignment.yml | 2 | ||||
-rw-r--r-- | .github/workflows/issue-triage.yml | 2 | ||||
-rw-r--r-- | .github/workflows/request-reviews.yml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/BuildPlatform.yml b/.github/workflows/BuildPlatform.yml index c02ac35a5a..dfb3ad7ca8 100644 --- a/.github/workflows/BuildPlatform.yml +++ b/.github/workflows/BuildPlatform.yml @@ -65,7 +65,7 @@ jobs: steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- run: |
git config --global --add safe.directory '*'
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c22fa8dd61..ae8444d55a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -74,7 +74,7 @@ jobs: steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Install Python
uses: actions/setup-python@v5
diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index 1c06ea9d44..1d8ec4b3b2 100644 --- a/.github/workflows/issue-assignment.yml +++ b/.github/workflows/issue-assignment.yml @@ -21,7 +21,7 @@ jobs: issues: write
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Remove Labels
env:
diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index d80addfbce..cb411e9849 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -30,7 +30,7 @@ jobs: issues: write
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Parse Issue Form
uses: stefanbuck/github-issue-parser@v3
diff --git a/.github/workflows/request-reviews.yml b/.github/workflows/request-reviews.yml index d04901d578..7372be518c 100644 --- a/.github/workflows/request-reviews.yml +++ b/.github/workflows/request-reviews.yml @@ -44,7 +44,7 @@ jobs: # - BaseTools/Scripts: Contains the GetMaintainer.py script
# - Maintainers.txt: Contains the list of maintainers for the repository
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
fetch-depth: 1
sparse-checkout: |
|