diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 29ffe2a..67be27b 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -15,7 +15,7 @@ jobs: - id: checkout name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - id: gradle-wrapper name: Gradle Wrapper diff --git a/.github/workflows/jvm.yml b/.github/workflows/jvm.yml index 192a8fa..0e04474 100644 --- a/.github/workflows/jvm.yml +++ b/.github/workflows/jvm.yml @@ -15,7 +15,7 @@ jobs: - id: checkout name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - id: gradle-wrapper name: Gradle Wrapper diff --git a/.github/workflows/native-linux.yml b/.github/workflows/native-linux.yml index 33047dc..13f595f 100644 --- a/.github/workflows/native-linux.yml +++ b/.github/workflows/native-linux.yml @@ -15,7 +15,7 @@ jobs: - id: checkout name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - id: gradle-wrapper name: Gradle Wrapper diff --git a/.github/workflows/native-macos.yml b/.github/workflows/native-macos.yml index e27a249..28137aa 100644 --- a/.github/workflows/native-macos.yml +++ b/.github/workflows/native-macos.yml @@ -15,7 +15,7 @@ jobs: - id: checkout name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - id: gradle-wrapper name: Gradle Wrapper diff --git a/.github/workflows/native-windows.yml b/.github/workflows/native-windows.yml index ec7c22f..60fdc2b 100644 --- a/.github/workflows/native-windows.yml +++ b/.github/workflows/native-windows.yml @@ -15,7 +15,7 @@ jobs: - id: checkout name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - id: gradle-wrapper name: Gradle Wrapper