-
Notifications
You must be signed in to change notification settings - Fork 128
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
chore(deps): update github-actions #864
chore(deps): update github-actions #864
Conversation
f3cb267
to
5f234f8
Compare
interesting: many pre-submits are failing |
5f234f8
to
b6254ab
Compare
/cc @ianlewis we may have updated the ncc dependency.. I'm curious why it was not caught during an early pre-submit. Maybe another problem? |
b6254ab
to
81e7de6
Compare
For others it seems that building the builder is failing on
Maybe because of some change that happened to |
81e7de6
to
7df6a33
Compare
I noticed this error too. Very strange |
55000ec
to
ed42b7f
Compare
189cbe8
to
7d2b847
Compare
e97b268
to
2e12a49
Compare
So it seems like we had been referencing generate-builder at e322080 Which uses checkout-go at f9878d1
which doesn't call verify-checkout But when I update the generate-builder to use my test release per the release instructions it now includes the verify-checkout check and fails. I think verify-checkout is maybe assuming that GITHUB_SHA and the locally checked out workspace will always be the same repo? In normal cases the |
e1cee53
to
5dd68a9
Compare
fyi, im going to try to clean up the reference problem in #880 |
592443c
to
0d773f9
Compare
256cdd0
to
64e2995
Compare
64e2995
to
05e318e
Compare
This PR contains the following updates:
v3.0.2
->v3.1.0
v3.0.0
->v3.0.1
v3.3.0
->v3.3.1
v3.4.1
->v3.5.1
v3.1.0
->v3.1.1
3cea537
->83fd05a
v2.1.22
->v2.1.29
v2.6.0
->v2.8.1
Release Notes
actions/checkout
v3.1.0
Compare Source
saveState
andgetState
github-server-url
inputactions/download-artifact
v3.0.1
Compare Source
actions/setup-go
v3.3.1
Compare Source
In scope of this release we fixed the issue with the correct generation of the cache key when the
go-version-file
input is set (https://github.com/actions/setup-go/pull/267). Moreover, we fixed an issue when the cache folder was not found. Besides, we updatedactions/core
to 1.10.0 version (https://github.com/actions/setup-go/pull/273).actions/setup-node
v3.5.1
Compare Source
In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.
v3.5.0
Compare Source
In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. https://github.com/actions/setup-node/pull/485. Moreover, we added support for Volta
Besides, we updated @actions/core to 1.9.1 and @actions/cache to 3.0.4
actions/upload-artifact
v3.1.1
Compare Source
set-output
deprecation warning #351github/codeql-action
v2.1.29
Compare Source
v2.1.28
Compare Source
v2.1.27
Compare Source
v2.1.26
Compare Source
v2.1.25
Compare Source
v2.1.24
Compare Source
v2.1.23
Compare Source
sigstore/cosign-installer
v2.8.1
Compare Source
What's Changed
Full Changelog: sigstore/cosign-installer@v2...v2.8.1
v2.8.0
Compare Source
What's Changed
Full Changelog: sigstore/cosign-installer@v2.7.0...v2.8.0
v2.7.0
Compare Source
What's Changed
Full Changelog: sigstore/cosign-installer@v2...v2.7.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.