Update actions/checkout action to v4

This commit is contained in:
Renovate Bot 2024-08-07 07:01:17 +00:00
parent 9355368f54
commit e0eda1a053

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