From 73edfd1e9fb0aa3cc61b69de6e72f8b7bbbe3a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 06:04:35 +0000 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 6.3.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 6.3.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v6.3.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..5a2df3d30 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.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |