diff --git a/.github/workflows/automatic-calendar-version.yml b/.github/workflows/automatic-calendar-version.yml index 2dd337324..ba6131b7e 100644 --- a/.github/workflows/automatic-calendar-version.yml +++ b/.github/workflows/automatic-calendar-version.yml @@ -28,7 +28,7 @@ jobs: run: swift run tools bump-calendar-version - name: Create a PR for the new version - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: token: ${{ secrets.ELEMENT_BOT_TOKEN }} author: ElementRobot diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index abaee4832..80204eca0 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -18,6 +18,6 @@ jobs: steps: - uses: actions/checkout@v6 - name: Danger - uses: danger/swift@2dc204311befdf33eae93dec92a1f059ca673425 #v3.22.0 + uses: danger/swift@434d7c25f3b02d490a340b23f5e78dd15a5670bc # 3.22.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/translations-pr.yml b/.github/workflows/translations-pr.yml index 0e967a6f5..3ecc1fb52 100644 --- a/.github/workflows/translations-pr.yml +++ b/.github/workflows/translations-pr.yml @@ -30,7 +30,7 @@ jobs: run: swift run tools generate-sas - name: Create PR for Translations - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: token: ${{ secrets.ELEMENT_BOT_TOKEN }} author: ElementRobot