Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "chore(deps): bump dependabot/fetch-metadata from 1.3.1 to 1.3.2" #376

Merged
merged 1 commit into from
Jul 1, 2022

Commits on Jul 1, 2022

  1. Revert "chore(deps): bump dependabot/fetch-metadata from 1.3.1 to 1.3.2"

    It appears there's an issue with version 1.3.2 of the
    `dependabot/fetch-metadata` action, causing the
    `Dependabot/dependabot-automerge` and `Dependabot/dependabot-approve`
    jobs to fail:
    
    ```
    Download action repository 'dependabot/fetch-metadata@v1.3.2'
    (SHA:90ed90dba204fdf8970c1f891b4349c96353f220)
    Error: dependabot/fetch-metadata/v1.3.2/action.yml:
    Error: dependabot/fetch-metadata/v1.3.2/action.yml: (Line: 18, Col: 113,
    Idx: 682) - (Line: 18, Col: 141, Idx: 710): While parsing a block
    mapping, did not find expected key.
    Error: System.ArgumentException: Unexpected type '' encountered while
    reading 'action manifest root'. The type 'MappingToken' was expected.
       at
       GitHub.DistributedTask.ObjectTemplating.Tokens.TemplateTokenExtensions.AssertMapping(TemplateToken
       value, String objectDescription)
          at
          GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext
          executionContext, String manifestFile)
          Error: Fail to load dependabot/fetch-metadata/v1.3.2/action.yml
    ```
    
    Oddly enough, this wasn't caught when #372, bumping the version of the
    action, was merged, since in the CI run of this PR the old version
    (1.3.1) was still used.
    
    So, rolling back to version 1.3.1 of the upstream action.
    
    This reverts commit 3a9cd54.
    
    See: https://github.com/NicolasT/gptsum/runs/7146363828?check_suite_focus=true#step:1:26
    See: #372
    See: #372
    See: https://github.com/NicolasT/gptsum/runs/7146259460?check_suite_focus=true#step:1:25
    NicolasT committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    74d0c9f View commit details
    Browse the repository at this point in the history