Skip to content

Commit fde4c7d

Browse files
committed
ci: Updates versions for Integrate Workflow
1 parent bba55a3 commit fde4c7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/integrate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Cache Library Files
2424
- name: Cache
25-
uses: actions/[email protected].4
25+
uses: actions/[email protected].6
2626
with:
2727
path: ${{ env.projectPath }}/Library
2828
key: Library-${{ env.projectPath }}
@@ -31,7 +31,7 @@ jobs:
3131
3232
# Run Tests
3333
- name: Run All Tests
34-
uses: game-ci/[email protected]3
34+
uses: game-ci/[email protected]6
3535
id: tests
3636
with:
3737
unityVersion: ${{ env.UNITY_VERSION }}
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Upload Results
4545
- name: Upload Results
46-
uses: actions/[email protected].2
46+
uses: actions/[email protected].4
4747
if: always()
4848
with:
4949
name: Test Results (All)
@@ -55,13 +55,13 @@ jobs:
5555
steps:
5656
# Checkout repo
5757
- name: Checkout Code
58-
uses: actions/checkout@v2
58+
uses: actions/checkout@v2.3.4
5959
with:
6060
fetch-depth: 0
6161

6262
# Perform Linting
6363
- name: Perform Linting
64-
uses: github/super-linter@v3
64+
uses: github/super-linter@v4.7.3
6565
env:
6666
VALIDATE_ALL_CODEBASE: false
6767
VALIDATE_CSHARP: true

0 commit comments

Comments
 (0)