diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index ca12090..8749427 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -19,7 +19,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