From 145e123071959a3005df463a68857da78647f080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 16:38:20 +0000 Subject: [PATCH 1/3] Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index 06d406e..6c472f9 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Fetch dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v1.2.1 + uses: dependabot/fetch-metadata@v1.3.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" build-dependabot-changes: From f5b86d95fad8f5c87379af638aa1048ae37acf30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 16:38:20 +0000 Subject: [PATCH 2/3] Bump actions/setup-node from 2.5.1 to 3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-dist.yml | 2 +- .github/workflows/dependabot-build.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 39dfd2c..cf0fb61 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -21,7 +21,7 @@ jobs: run: echo ::set-output name=NVMRC::$(cat .nvmrc) - name: Setup Node.js - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3 with: node-version: ${{ steps.nvm.outputs.NVMRC }} diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index 06d406e..2230e85 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -40,7 +40,7 @@ jobs: run: echo ::set-output name=NVMRC::$(cat .nvmrc) - name: Setup Node.js - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3 with: node-version: ${{ steps.nvm.outputs.NVMRC }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 03346ff..2dcb95a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -22,7 +22,7 @@ jobs: run: echo ::set-output name=NVMRC::$(cat .nvmrc) - name: Setup Node.js - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3 with: node-version: ${{ steps.nvm.outputs.NVMRC }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18fd370..dce7dbc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: run: echo ::set-output name=NVMRC::$(cat .nvmrc) - name: Setup Node.js - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3 with: node-version: ${{ steps.nvm.outputs.NVMRC }} From 0e5eeb1c36ea6fa993f52d22d0956d36c05dda3f Mon Sep 17 00:00:00 2001 From: Barry Gordon <896971+brrygrdn@users.noreply.github.com> Date: Fri, 11 Mar 2022 22:36:49 +0000 Subject: [PATCH 3/3] Update README with new repo location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 048f5ca..1fe3c67 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Updater Action -**Name:** `dependabot/updater-action` +**Name:** `github/dependabot-action` Runs Dependabot workloads via GitHub Actions.