From 0c2cce90f6e1c0d2578d2ef29ccb857cf7988034 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 4 Sep 2025 12:14:11 +0000
Subject: [PATCH 1/4] build(deps): bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
---
.github/workflows/ci.yml | 2 +-
.github/workflows/release.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c75729d0..326274d5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Go
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version: '^1.24.0'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6321ba6a..97f09695 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Go
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version: '^1.24.0'
@@ -146,7 +146,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Go
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version: '^1.24.0'
From ec83b8b4ba2cd9d7ec3f07117c6f06cffcd170d6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 4 Sep 2025 12:14:28 +0000
Subject: [PATCH 2/4] build(deps): bump actions/stale from 9 to 10
Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v9...v10)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: '10'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
---
.github/workflows/stale.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 8a1d996a..94d08c46 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -13,7 +13,7 @@ jobs:
steps:
- name: Stale
- uses: actions/stale@v9
+ uses: actions/stale@v10
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been marked stale because it has been open for 60 days with no activity.'
From 084cb6630c24d773ddc120748dd1c824fea0e6d8 Mon Sep 17 00:00:00 2001
From: Andrian Budantsov
Date: Thu, 4 Sep 2025 18:35:38 +0400
Subject: [PATCH 3/4] Add Docker usage instructions for croc tool
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index b27725da..14985255 100644
--- a/README.md
+++ b/README.md
@@ -149,6 +149,16 @@ Or install into a particular environment with [`conda`](https://docs.conda.io/pr
conda install --channel conda-forge croc
```
+### On Linux, macOS via Docker
+
+Add the following one-liner function to your ~/.profile (works with any POSIX-compliant shell):
+
+```bash
+croc() { [ $# -eq 0 ] && set -- ""; docker run --rm -it --user "$(id -u):$(id -g)" -v "$(pwd):/c" -v "$HOME/.config/croc:/.config/croc" -w /c -e CROC_SECRET schollz/croc "$@"; }
+```
+
+You can also just paste it in the terminal for current session. On first run Docker will pull the image. `croc` via Docker will only work within the current directory and its subdirectories.
+
### Build from Source
If you prefer, you can [install Go](https://go.dev/dl/) and build from source (requires Go 1.22+):
From 4f0f4bad2d9aa3ea6af1020ffe30fa2775770bbd Mon Sep 17 00:00:00 2001
From: Zack
Date: Wed, 24 Sep 2025 20:30:52 -0700
Subject: [PATCH 4/4] Revise sponsorship message in README
Updated sponsorship message to emphasize community support.
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b27725da..a5286913 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,12 @@
+
+
- This project is supported by GitHub sponsors.
+ This project’s future depends on community support. Become a sponsor today.
## About