mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2407] [MERGED] Updated actions/checkout from v3 to v4 #2522
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2522
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/s3fs-fuse/s3fs-fuse/pull/2407
Author: @ggtakec
Created: 2/7/2024
Status: ✅ Merged
Merged: 2/7/2024
Merged by: @gaul
Base:
master← Head:update_gha_checkout📝 Commits (1)
79b73d1Updated actions/checkout from v3 to v4📊 Changes
1 file changed (+13 additions, -3 deletions)
View changed files
📝
.github/workflows/ci.yml(+13 -3)📄 Description
Relevant Issue (if applicable)
n/a
Details
In CI
actions/checkoutneeds to be changed fromv3tov4due to the end of support forNodeJS v16.(Still available for use at this time)Therefore, I changed it to use
actions/checkout@v4.However,
actions/checkout@v4does not work onCentOS 7(depending on glibc version), so we should continue to use@v3forCentOS 7.(see. actions/checkout issue)At some point, we will no longer be able to support
CentOS 7, so we will leave it as is until then.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.