Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Jan 10, 2024
1 parent 14326c9 commit b10c410
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 24 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/activation.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/auto-release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
name: "${{github.ref_name}}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 2020.3.16f1
steps:
- name: Checkout empty unity project repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "readyplayerme/rpm-unity-empty-project"
fetch-depth: 0
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Add core with current branch as package
run: openupm add com.readyplayerme.core@https://github.com/readyplayerme/rpm-unity-sdk-core.git#${{ github.ref_name }}
- name: Run Tests
uses: game-ci/unity-test-runner@v2
uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 2020.3.16f1
steps:
- name: Checkout Unity-SDK Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "readyplayerme/Unity-SDK"
submodules: true
Expand All @@ -43,7 +43,7 @@ jobs:
Library-
- name: Run Tests
uses: game-ci/unity-test-runner@v2
uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-unity-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo with submodule
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "readyplayerme/Unity-SDK"
submodules: true
Expand Down

0 comments on commit b10c410

Please sign in to comment.