From 0101a2a3764798b37ce2c5f8bd9a32f9a9db2666 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 5 May 2025 16:04:08 -0400 Subject: [PATCH 1/3] .github: bump tags only on workflow_dispatch --- .github/workflows/bump-tag.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/bump-tag.yml b/.github/workflows/bump-tag.yml index 8609e191f..df0528330 100644 --- a/.github/workflows/bump-tag.yml +++ b/.github/workflows/bump-tag.yml @@ -1,10 +1,7 @@ name: Bump Tags on Main on: - push: - branches: - - main - + workflow_dispatch: jobs: bump-tags: runs-on: blacksmith From b654cfef6ed0ac949920b11d607dba2a3a5a52ba Mon Sep 17 00:00:00 2001 From: blacksmith-axlora Date: Sat, 14 Jun 2025 08:06:55 -0400 Subject: [PATCH 2/3] chore: remove dependabot.yml --- .github/dependabot.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 853bc0a13..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,22 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - # Enable version updates for npm - - package-ecosystem: 'npm' - # Look for `package.json` and `lock` files in the `root` directory - directory: '/' - # Check the npm registry for updates every day (weekdays) - schedule: - interval: 'weekly' - - # Enable version updates for GitHub Actions - - package-ecosystem: 'github-actions' - # Workflow files stored in the default location of `.github/workflows` - # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`. - directory: '/' - schedule: - interval: 'weekly' From a2f05786de63bdf375c37a43650971f27e4a51a4 Mon Sep 17 00:00:00 2001 From: Aditya Maru Date: Tue, 14 Oct 2025 17:50:36 -0400 Subject: [PATCH 3/3] docs: add archive notice to README (#11) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a91964a73..67667a437 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +## ⚠️ Archive Notice + +Blacksmith now supports transparent caching as explained in https://www.blacksmith.sh/blog/cache. To this effect it is recommended to switch to the upstream maintained versions of this action as you will continue to leverage our much faster caching without any code changes. This action will no longer receive dependency or security updates. + +--- + # setup-python [![Basic validation](https://github.com/actions/setup-python/actions/workflows/basic-validation.yml/badge.svg?branch=main)](https://github.com/actions/setup-python/actions/workflows/basic-validation.yml)