From 4efab7f010f2a2409334d793f0271fdc51d32660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 06:06:00 +0000 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 6.1.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 6.1.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v6.1.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/upstream-dev-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream-dev-ci.yml b/.github/workflows/upstream-dev-ci.yml index e41555c2d..f5f5465ac 100644 --- a/.github/workflows/upstream-dev-ci.yml +++ b/.github/workflows/upstream-dev-ci.yml @@ -122,7 +122,7 @@ jobs: wget https://raw.githubusercontent.com/pydata/xarray/master/.github/workflows/parse_logs.py python parse_logs.py logs/**/*-log - name: Report failures - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v6.1.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |