diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index 801e77a..0d66af9 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Determine Changed Directory and Extract Version id: dir_version