瀏覽代碼

ci: Update to `actions/checkout@v4`.

This brings changes to keep up with the GitHub Actions internals
(among other changes). This will remove some of the deprecation
warnings in the GitHub Actions UI.
Bruce Mitchener 1 年之前
父節點
當前提交
029b558f57
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/ccpp.yml
  2. 1 1
      .github/workflows/create-tag.yml

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

@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v4
     - name: apt-update
       run: sudo apt-get update -qq
     - name: apt get glfw

+ 1 - 1
.github/workflows/create-tag.yml

@@ -9,7 +9,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
     - uses: butlerlogic/action-autotag@stable
       with:
         GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"