From 7b3ba74110fc70e0e97023722d636b38143be500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 00:53:06 +0000 Subject: [PATCH 1/2] chore(deps): bump the github-actions group with 8 updates Bumps the github-actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) | `2.0.1` | `2.1.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `3` | `4` | | [chuhlomin/render-template](https://github.com/chuhlomin/render-template) | `1.8` | `1.9` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` | | [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) | `2` | `3` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `5` | `6` | | [pre-commit/action](https://github.com/pre-commit/action) | `3.0.0` | `3.0.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` | Updates `toshimaru/auto-author-assign` from 2.0.1 to 2.1.0 - [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.0.1...v2.1.0) Updates `actions/setup-node` from 3 to 4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) Updates `chuhlomin/render-template` from 1.8 to 1.9 - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.8...v1.9) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) Updates `abatilo/actions-poetry` from 2 to 3 - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](https://github.com/abatilo/actions-poetry/compare/v2...v3) Updates `peter-evans/create-pull-request` from 5 to 6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) Updates `pre-commit/action` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1) Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: chuhlomin/render-template dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/assign-pr.yml | 2 +- .github/workflows/changeset-release.yml | 2 +- .github/workflows/dependabot-changeset.yml | 2 +- .github/workflows/generate-samples.yml | 6 +++--- .github/workflows/pre-commit.yml | 6 +++--- .github/workflows/python-test.yml | 6 +++--- .github/workflows/terraform-serverless-deploy.yml | 10 +++++----- .github/workflows/update-doc-version.yml | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/assign-pr.yml b/.github/workflows/assign-pr.yml index db1870dd..8cea0332 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.0.1 + - uses: toshimaru/auto-author-assign@v2.1.0 diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index f426e4c1..547eb78f 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 diff --git a/.github/workflows/dependabot-changeset.yml b/.github/workflows/dependabot-changeset.yml index 3ac0a4f3..62017bb4 100644 --- a/.github/workflows/dependabot-changeset.yml +++ b/.github/workflows/dependabot-changeset.yml @@ -50,7 +50,7 @@ jobs: - name: Render template id: render - uses: chuhlomin/render-template@v1.8 + uses: chuhlomin/render-template@v1.9 if: success() && steps.find-pr.outputs.number with: template: .github/dependabot-changeset.template.md diff --git a/.github/workflows/generate-samples.yml b/.github/workflows/generate-samples.yml index 474cfc3d..661d5b77 100644 --- a/.github/workflows/generate-samples.yml +++ b/.github/workflows/generate-samples.yml @@ -13,12 +13,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11' - name: Setup Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: 1.4.2 @@ -54,7 +54,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: # yamllint disable-line rule:line-length title: Generate PNG sample images for ${{env.BOTC_TAG || 'unknown'}} [auto-generated] diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 535d7fb1..1a4c7664 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -17,14 +17,14 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' - - uses: abatilo/actions-poetry@v2 + - uses: abatilo/actions-poetry@v3 with: poetry-version: 1.5.1 - name: Install dependencies run: | pip install --upgrade pip poetry install - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index c08dcf25..08864434 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -28,11 +28,11 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Setup Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies @@ -44,7 +44,7 @@ jobs: # we want to make test-results.xml an artifact - name: Archive test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: test-results.xml diff --git a/.github/workflows/terraform-serverless-deploy.yml b/.github/workflows/terraform-serverless-deploy.yml index eef185bc..244e32f4 100644 --- a/.github/workflows/terraform-serverless-deploy.yml +++ b/.github/workflows/terraform-serverless-deploy.yml @@ -71,12 +71,12 @@ jobs: # because we know some of our terraform has an external poetry data # source, we need to install poetry - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11' - name: Setup Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: 1.4.2 @@ -145,7 +145,7 @@ jobs: env |sort |grep AWS aws sts get-caller-identity - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 16 @@ -193,12 +193,12 @@ jobs: # install python and poetry so we can run the tests - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11' - name: Setup Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: 1.4.2 diff --git a/.github/workflows/update-doc-version.yml b/.github/workflows/update-doc-version.yml index c479ab87..b4fcb3f8 100644 --- a/.github/workflows/update-doc-version.yml +++ b/.github/workflows/update-doc-version.yml @@ -31,7 +31,7 @@ jobs: id: get-changelog-info - name: Prepare Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.11 @@ -77,7 +77,7 @@ jobs: - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 if: startsWith(github.ref, 'refs/tags/v') with: # yamllint disable rule:line-length From 61b1be489197e82a6125ad0a455196eb73ebaeb9 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 00:53:25 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump the github-actions group with 8 updates --- .changeset/ultimate-silver-harrier.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/ultimate-silver-harrier.md diff --git a/.changeset/ultimate-silver-harrier.md b/.changeset/ultimate-silver-harrier.md new file mode 100644 index 00000000..4d6fef55 --- /dev/null +++ b/.changeset/ultimate-silver-harrier.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump the github-actions group with 8 updates