Update actions/checkout action to v4
This commit is contained in:
parent
9355368f54
commit
e0eda1a053
@ -12,7 +12,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: "./Mod"
|
working-directory: "./Mod"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Running in CI Variable
|
- name: Setup Running in CI Variable
|
||||||
run: echo "RUNNING_IN_CI=true" >> $GITHUB_ENV
|
run: echo "RUNNING_IN_CI=true" >> $GITHUB_ENV
|
||||||
|
Reference in New Issue
Block a user