From b38b5b06eaa74d9f24f4ce19acc52706e9f8164e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:39:32 +0000 Subject: [PATCH 1/2] chore(deps): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign), [actions/add-to-project](https://github.com/actions/add-to-project) and [chizmw/terraform-workflow-action](https://github.com/chizmw/terraform-workflow-action). Updates `toshimaru/auto-author-assign` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/toshimaru/auto-author-assign/releases) - [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md) - [Commits](https://github.com/toshimaru/auto-author-assign/compare/v2.1.0...v2.1.1) Updates `actions/add-to-project` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v1.0.1...v1.0.2) Updates `chizmw/terraform-workflow-action` from 1.0.1 to 1.1.1 - [Release notes](https://github.com/chizmw/terraform-workflow-action/releases) - [Commits](https://github.com/chizmw/terraform-workflow-action/compare/v1.0.1...v1.1.1) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: chizmw/terraform-workflow-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/assign-pr.yml | 2 +- .github/workflows/assign-project.yml | 2 +- .github/workflows/terraform-serverless-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/assign-pr.yml b/.github/workflows/assign-pr.yml index 8cea0332..36d3554d 100644 --- a/.github/workflows/assign-pr.yml +++ b/.github/workflows/assign-pr.yml @@ -13,4 +13,4 @@ jobs: assign-author: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@v2.1.0 + - uses: toshimaru/auto-author-assign@v2.1.1 diff --git a/.github/workflows/assign-project.yml b/.github/workflows/assign-project.yml index 1084a975..3e9b74ad 100644 --- a/.github/workflows/assign-project.yml +++ b/.github/workflows/assign-project.yml @@ -18,7 +18,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v1.0.1 + - uses: actions/add-to-project@v1.0.2 with: # You can target a project in a different organization # to the issue diff --git a/.github/workflows/terraform-serverless-deploy.yml b/.github/workflows/terraform-serverless-deploy.yml index 244e32f4..9973a76f 100644 --- a/.github/workflows/terraform-serverless-deploy.yml +++ b/.github/workflows/terraform-serverless-deploy.yml @@ -92,7 +92,7 @@ jobs: - name: Run terraform actions id: run-terraform-actions # yamllint disable-line rule:line-length - uses: chizmw/terraform-workflow-action@v1.0.1 + uses: chizmw/terraform-workflow-action@v1.1.1 with: # yamllint disable rule:line-length use-workspaces: true From 98cdaf0937df73525391d2411ecc912d46860058 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:39:46 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump the github-actions group across 1 directory with 3 updates --- .changeset/scornful-aqua-weasel.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/scornful-aqua-weasel.md diff --git a/.changeset/scornful-aqua-weasel.md b/.changeset/scornful-aqua-weasel.md new file mode 100644 index 00000000..52a87ad1 --- /dev/null +++ b/.changeset/scornful-aqua-weasel.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump the github-actions group across 1 directory with 3 updates