mirror of
https://github.com/VSCodium/vscode-linux-build-agent.git
synced 2026-04-10 14:33:58 -05:00
[PR #4] [MERGED] feat: update git with backports #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/VSCodium/vscode-linux-build-agent/pull/4
Author: @daiyam
Created: 9/26/2021
Status: ✅ Merged
Merged: 10/1/2021
Merged by: @stripedpajamas
Base:
master← Head:feat-backports📝 Commits (1)
e555275feat: update git with backports📊 Changes
3 files changed (+9 additions, -1 deletions)
View changed files
📝
.github/workflows/build.yml(+1 -1)📝
stretch-arm64/Dockerfile(+4 -0)📝
stretch-armhf/Dockerfile(+4 -0)📄 Description
This PR is updating
gitso thatactions/checkout@v2usesgit(require >=2.18) instead of using REST API (https://github.com/actions/checkout/issues/126#issuecomment-570288731)It's part of a refactoring so that the workflows don't re-publish existing binaries (for https://github.com/VSCodium/vscodium/issues/828 and https://github.com/VSCodium/vscodium/issues/847).
The change for
runs-onis due to: https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021/🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.