From b4f6c401f2511e7bdf9889751913eb4e1297d3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 01:22:14 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 3.6.0 to 4.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 41b93bbd..33f5e8be 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -24,7 +24,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.0.0 - uses: actions/setup-node@v3.8.1 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 93ddde9d..dc4d9f02 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -56,7 +56,7 @@ jobs: node-version: [16, 18, 19] steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.0.0 - uses: pnpm/action-setup@v2.4.0 with: From 3e48c64b289f82a13eea63ae7e07078338dd92f5 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 6 Sep 2023 00:15:30 +0300 Subject: [PATCH 2/2] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1af6e3a8..2b08c12f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@astrojs/sitemap": "3.0.0", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.6", - "@tailwindcss/typography": "0.5.9", + "@tailwindcss/typography": "0.5.10", "astro": "3.0.8", "astro-compress": "2.0.15", "astro-critters": "2.0.11",