瀏覽代碼

Bump actions/checkout from 2 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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>
dependabot[bot] 9 月之前
父節點
當前提交
aeb03a812e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/codeql-analysis.yml
  2. 1 1
      .github/workflows/codeql.yml

+ 1 - 1
.github/workflows/codeql-analysis.yml

@@ -25,7 +25,7 @@ jobs:
 
 
     steps:
     steps:
     - name: Checkout repository
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v4
       with:
       with:
         # We must fetch at least the immediate parents so that if this is
         # We must fetch at least the immediate parents so that if this is
         # a pull request then we can checkout the head.
         # a pull request then we can checkout the head.

+ 1 - 1
.github/workflows/codeql.yml

@@ -45,7 +45,7 @@ jobs:
 
 
     steps:
     steps:
     - name: Checkout repository
     - name: Checkout repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
       with:
         submodules: recursive
         submodules: recursive