This message was deleted.
# general
s
This message was deleted.
s
This error happens during
Copy code
Run pulumi/actions@v3
  with:
    command: preview
    stack-name: dev
    work-dir: infra
    comment-on-pr: false
    github-token: ***
    parallel: 2147483647
    target-dependents: false
    refresh: false
    upsert: false
b
Hi @swift-telephone-15894 From what I can tell, you were on pulumi-gcp 5.0.0 and then have upgraded to 5.2.0 as part of a pull-request? Is that correct?
s
Yeah that's correct
I'm confused as to why it tried to pull the out of date resource plugin.
b
@swift-telephone-15894 so the old version is in your state file - so it’s trying to use that before it upgrades the state AFICR
s
oh so can I fix this by like running the command locally or something?
to update the state?
I don't have any problems running the pulumi tool locally. Its only when i try to use it in CI
with the github action
@broad-dog-22463 So after running
pulumi up
manually from my local machine it seems that the github action is working again, so I guess the state updated and all is well.
That does beg the question though how are we supposed to update our provider version without breaking CI and the gihutb action?
is that documented somewhere?
b
Hey @swift-telephone-15894 Sorry I was offline yesterday - let me find a definitive answer here and see what we suggest Paul
s
Great thanks a lot for the help Paul!