Merge pull request 'Update actions/checkout action to v4' (#10) from renovate/actions-checkout-4.x into master
All checks were successful
Release Mod / Build (push) Successful in 28s

Reviewed-on: #10
This commit is contained in:
Lee 2024-08-07 07:44:10 +00:00
commit ea0e4bd20a

@ -12,7 +12,7 @@ jobs:
run:
working-directory: "./Mod"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Running in CI Variable
run: echo "RUNNING_IN_CI=true" >> $GITHUB_ENV