You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT I think if you have the update-workflows.yaml enabled to run then you should already be up-to-date. It doesn't look like these are enabled on this repository so it might be worth enabling them, see the instructions here .
I've done a diff for the two affected files (as I've one repository that uses v4 already and one that uses v3) and the differences are pretty small, all but one is just the number change but the Upload PR step adds overwrite: true to the with: section (Also the runs-on: ubuntu-22.04 is in the newer version as ubuntu-latest doesn't include R by default).
The
@v3
action will no longer be supported as of 2025-01-30.The
.github/workflows/pr-receive.yaml
and.github/workflows/pr-close-signal.yaml
need updating to use@v4
.There may be some impact, see the following changes for more on these changes...
IMPORTANT I think if you have the
update-workflows.yaml
enabled to run then you should already be up-to-date. It doesn't look like these are enabled on this repository so it might be worth enabling them, see the instructions here .I've done a
diff
for the two affected files (as I've one repository that usesv4
already and one that usesv3
) and the differences are pretty small, all but one is just the number change but theUpload PR
step addsoverwrite: true
to thewith:
section (Also theruns-on: ubuntu-22.04
is in the newer version asubuntu-latest
doesn't include R by default).The text was updated successfully, but these errors were encountered: