From f164c37b36e997f7d03f7fc1f86e20efebcb9526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:28:24 +0000 Subject: [PATCH] build(deps): bump stdlib-js/metadata-action from 2.0.2 to 3.0.0 Bumps [stdlib-js/metadata-action](https://github.com/stdlib-js/metadata-action) from 2.0.2 to 3.0.0. - [Commits](https://github.com/stdlib-js/metadata-action/compare/503cc11fbcf8802239f29310bd492f7faeddab7e...3ccf68f24c51ae23470319e8e5619d539df8212b) --- updated-dependencies: - dependency-name: stdlib-js/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/process_metadata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process_metadata.yml b/.github/workflows/process_metadata.yml index ba96e41749d7..b2a8417a6802 100644 --- a/.github/workflows/process_metadata.yml +++ b/.github/workflows/process_metadata.yml @@ -74,7 +74,7 @@ jobs: - name: 'Extract metadata' id: extract-metadata # Pin action to full length commit SHA - uses: stdlib-js/metadata-action@503cc11fbcf8802239f29310bd492f7faeddab7e # v2.0.2 + uses: stdlib-js/metadata-action@3ccf68f24c51ae23470319e8e5619d539df8212b # v3.0.0 # Check the metadata for directives to send tweets: - name: 'Send tweets'