浏览代码

ci: bump actions/checkout tag

Anonymous Maarten 2 年之前
父节点
当前提交
57d36e0ed2
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      .github/workflows/os2.yml

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

@@ -23,7 +23,7 @@ jobs:
       if: contains(matrix.platform.name, 'MinGW')
       if: contains(matrix.platform.name, 'MinGW')
       run:  choco install ninja
       run:  choco install ninja
     - name: Get PhysicsFS sources
     - name: Get PhysicsFS sources
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
     - name: Configure CMake
     - name: Configure CMake
       run: cmake -B build ${{ matrix.platform.flags }}
       run: cmake -B build ${{ matrix.platform.flags }}
     - name: Build
     - name: Build

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

@@ -6,7 +6,7 @@ jobs:
   os2:
   os2:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - uses: open-watcom/setup-watcom@v0
       - uses: open-watcom/setup-watcom@v0
       - name: Build physfs.dll
       - name: Build physfs.dll
         run: |
         run: |