diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml index a6902544..6715a04f 100644 --- a/.github/workflows/merge-dependabot.yml +++ b/.github/workflows/merge-dependabot.yml @@ -7,7 +7,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Dependabot Auto Merge - uses: ahmadnassri/action-dependabot-auto-merge@v2.3.1 + uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6 with: target: minor github-token: ${{ secrets.dependabot }} diff --git a/src/global.json b/src/global.json index 56c02b47..979c2be4 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.400", + "version": "8.0.100-rc.1.23455.8", "allowPrerelease": true, "rollForward": "latestFeature" }