diff --git a/.github/workflows/on-release-publish.yml b/.github/workflows/on-release-publish.yml index ae4ad79b9..99774a399 100644 --- a/.github/workflows/on-release-publish.yml +++ b/.github/workflows/on-release-publish.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout commit - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Update VERSION file run: |- echo "${{ github.ref_name }}" > VERSION @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout commit - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Update VERSION file run: |- echo "${{ github.ref_name }}" > VERSION