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
refactor(ci): update GitHub Actions to latest versions
This just helps remove the annoying annotations.
- Updated all GitHub Actions to latest versions:
- actions/checkout: v4 → v6
- actions/cache: v4 → v5
- actions/cache/restore: v4 → v5
- actions/cache/save: v4 → v5
- actions/upload-artifact: v4 → v5
- actions/download-artifact: v4 → v5
- docker/setup-buildx-action: v3 → v4
- docker/login-action: v3 → v4
- docker/build-push-action: v6 → v7
- docker/buildx: v4 → v5
- docker/metadata-action: v6 → v7
- docker/build-push-action: v6 → v7
- Updated deprecated actions/attest-build-provenance@v1
- Uses actions/attest@v4 now
As of version 4, actions/attest-build-provenance is simply a wrapper on top of actions/attest.
Existing applications may continue to use the attest-build-provenance action, but new implementations should use actions/attest instead.
More info at: https://github.com/marketplace/actions/attest-build-provenance
0 commit comments