From 951fd6a60963b3870997e7c1641dd46182b3ade2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:31:31 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates (#923) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) and [aws-actions/aws-cloudformation-github-deploy](https://github.com/aws-actions/aws-cloudformation-github-deploy). Updates `actions/checkout` from 3 to 4
Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

... (truncated)

Commits

Updates `aws-actions/configure-aws-credentials` from 1 to 4
Release notes

Sourced from aws-actions/configure-aws-credentials's releases.

v4

This tag tracks the latest v4.x.x release

v3.0.2

See the changelog for details about the changes included in this release.

v3.0.1

See the changelog for details about the changes included in this release.

v3.0.0

See the changelog for details about the changes included in this release.

v3

This tag tracks the latest v3.x.x release

v2.2.0

See the changelog for details about the changes included in this release.

v2.1.0

See the changelog for details about the changes included in this release.

v2.0.0

See the changelog for details about the changes included in this release.

v2

This tag tracks the latest v2.x.x release.

v1.7.0

See the changelog for details about the changes included in this release.

v1.6.1

See the changelog for details about the changes included in this release.

v1.6.0

See the changelog for details about the changes included in this release.

v1.5.11

See the changelog for details about the changes included in this release.

v1.5.10

See the changelog for details about the changes included in this release.

v1.5.9

See the changelog for details about the changes included in this release.

v1.5.8

See the changelog for details about the changes included in this release.

v1.5.7

See the changelog for details about the changes included in this release.

... (truncated)

Changelog

Sourced from aws-actions/configure-aws-credentials's changelog.

4.0.1 (2023-10-03)

Documentation

4.0.0 (2023-09-11)

3.0.2 (2023-09-07)

Bug Fixes

3.0.1 (2023-08-24)

Features

Bug Fixes

Changes to existing functionality

3.0.0 (2023-08-21)

Features

Bug Fixes

Changes to existing functionality

2.2.0 (2023-05-31)

Features

... (truncated)

Commits

Updates `aws-actions/aws-cloudformation-github-deploy` from 1.0.3 to 1.2.0
Release notes

Sourced from aws-actions/aws-cloudformation-github-deploy's releases.

v1.2.0

See the CHANGELOG for more details on the release.

v1.1.0

See the CHANGELOG for more details on the release.

v1.0.4

See the CHANGELOG for more details on the release.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check.yml | 2 +- .github/workflows/deploy.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d6778a386..eca0cecaf 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: pip install -r requirements.txt - name: Build documentation diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9822b6945..11cb99f02 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | pip install -r requirements.txt @@ -21,7 +21,7 @@ jobs: swift setUpRedirects.swift - name: Configure AWS credentials id: cred - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.DOCS_DEPLOYER_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.DOCS_DEPLOYER_AWS_SECRET_ACCESS_KEY }} @@ -29,7 +29,7 @@ jobs: - name: Deploy to AWS Cloudformation id: clouddeploy if: steps.cred.outcome == 'success' - uses: aws-actions/aws-cloudformation-github-deploy@v1.0.3 + uses: aws-actions/aws-cloudformation-github-deploy@v1.2.0 with: name: vapor-docs-stack template: stack.yml