[PR #2407] [MERGED] Updated actions/checkout from v3 to v4 #2522

Closed
opened 2026-03-04 02:05:58 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: update_gha_checkout


📝 Commits (1)

  • 79b73d1 Updated 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/checkout needs to be changed from v3 to v4 due to the end of support for NodeJS v16.(Still available for use at this time)
Therefore, I changed it to use actions/checkout@v4.

However, actions/checkout@v4 does not work on CentOS 7(depending on glibc version), so we should continue to use @v3 for CentOS 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2407 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `update_gha_checkout` --- ### 📝 Commits (1) - [`79b73d1`](https://github.com/s3fs-fuse/s3fs-fuse/commit/79b73d102f558216c8fd1ce53900b358a957a7ac) Updated actions/checkout from v3 to v4 ### 📊 Changes **1 file changed** (+13 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+13 -3) </details> ### 📄 Description ### Relevant Issue (if applicable) n/a ### Details In CI `actions/checkout` needs to be changed from `v3` to `v4` due to the end of support for `NodeJS v16`.(Still available for use at this time) Therefore, I changed it to use `actions/checkout@v4`. However, `actions/checkout@v4` does not work on `CentOS 7`(depending on glibc version), so we should continue to use `@v3` for `CentOS 7`.(see. [actions/checkout issue](https://github.com/actions/checkout/issues/1487)) _At some point, we will no longer be able to support `CentOS 7`, so we will leave it as is until then._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2522
No description provided.