diff --git a/.github/workflows/C.yml b/.github/workflows/C.yml index c82cbcb..90d9bd9 100644 --- a/.github/workflows/C.yml +++ b/.github/workflows/C.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL and import DB run: | diff --git a/.github/workflows/CSharp.yml b/.github/workflows/CSharp.yml index 9ffe4c2..32d823f 100644 --- a/.github/workflows/CSharp.yml +++ b/.github/workflows/CSharp.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL uses: shogo82148/actions-setup-mysql@v1.23.0 diff --git a/.github/workflows/Java.yml b/.github/workflows/Java.yml index bdcd932..a215ad2 100644 --- a/.github/workflows/Java.yml +++ b/.github/workflows/Java.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL and import DB run: | diff --git a/.github/workflows/Kotlin.yml b/.github/workflows/Kotlin.yml index b92c496..4433ddd 100644 --- a/.github/workflows/Kotlin.yml +++ b/.github/workflows/Kotlin.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL and import DB run: | diff --git a/.github/workflows/PHP.yml b/.github/workflows/PHP.yml index b5f51e2..d9fc716 100644 --- a/.github/workflows/PHP.yml +++ b/.github/workflows/PHP.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL and import DB run: | diff --git a/.github/workflows/TypeScript.yml b/.github/workflows/TypeScript.yml index f19096a..3863b2f 100644 --- a/.github/workflows/TypeScript.yml +++ b/.github/workflows/TypeScript.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL and import DB run: |