Skip to content

Bump actions/checkout from 3 to 4 #60

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #60

Workflow file for this run

name: Actions 😎
on:
pull_request: {}
push: { branches: [main] }
jobs:
activateAndThenReturnLicense:
name: returnLicense 🎈
runs-on: ubuntu-latest
steps:
# Checkout repository (required to test local actions)
- name: Checkout repository
uses: actions/checkout@v4
# Activate Unity
- name: Activate Unity
uses: game-ci/unity-activate@v1.3
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
# Return License
- name: Return license
uses: ./
if: always()