From dab31408383796ca97feaf4b0644aedc2f333fca Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Tue, 19 Sep 2023 12:03:46 +0200 Subject: [PATCH 1/2] Docs: use a working ical example for create_schedule --- src/schema_formats/HTML/HTML.xsl | 2 +- src/schema_formats/XML/GMP.xml.in | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/schema_formats/HTML/HTML.xsl b/src/schema_formats/HTML/HTML.xsl index af5e54a638..536bdc82a8 100644 --- a/src/schema_formats/HTML/HTML.xsl +++ b/src/schema_formats/HTML/HTML.xsl @@ -197,7 +197,7 @@ along with this program. If not, see . > - + diff --git a/src/schema_formats/XML/GMP.xml.in b/src/schema_formats/XML/GMP.xml.in index 664e350d19..00dd89ae86 100644 --- a/src/schema_formats/XML/GMP.xml.in +++ b/src/schema_formats/XML/GMP.xml.in @@ -4994,11 +4994,17 @@ along with this program. If not, see . Create a schedule - Every day - UTC + On the third Wednesday of every month + America/New_York - ... - DTSTART;TZID=/UTC:20200603T162600 +BEGIN:VCALENDAR +VERSION:2.0 +PRODID:-//XXX//NONSGML//EN +BEGIN:VEVENT +DTSTART;TZID="America/New_York":20221214T000100 +RRULE:FREQ=MONTHLY;BYDAY=3WE; +END:VEVENT +END:VCALENDAR From 26983e23dca715a48db65d7bbaef87affcc118d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 05:51:00 +0000 Subject: [PATCH 2/2] Bump docker/setup-buildx-action from 2 to 3 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-container.yml | 2 +- .github/workflows/container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 69ebde6861..d326f8c143 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -71,7 +71,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Build and push uses: docker/build-push-action@v5 with: diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index d93a2d5b45..78a688f8de 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -62,7 +62,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Build and push Container image uses: docker/build-push-action@v5 with: