Update actions/checkout action to v4 #10

Merged
Fascinated merged 1 commits from renovate/actions-checkout-4.x into master 2024-08-07 07:44:10 +00:00

@ -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