diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8dbc71c..529d4e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: cycjimmy/semantic-release-action@v3 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e33e6c9..7d8ecf5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: steps: # Checkout sandbox project - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: sandbox submodules: true @@ -43,7 +43,7 @@ jobs: working-directory: Packages/dev run: git checkout ${{ github.sha }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: Library key: Library-${{ matrix.unityVersion }}-${{ github.sha }} @@ -59,7 +59,7 @@ jobs: # Run tests - name: "Run tests" - uses: game-ci/unity-test-runner@main + uses: game-ci/unity-test-runner@v3 with: unityVersion: ${{ matrix.unityVersion }} customParameters: -nographics