diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f3b4897..3bc6f9d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - build-dotnet steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 with: ref: "master" token: ${{ secrets.PUSH_TOKEN }}