workflows: remove cask-versions

This commit is contained in:
Razvan Azamfirei 2024-05-02 17:10:03 -04:00
parent e3df4582be
commit 45c6e1d049
No known key found for this signature in database
3 changed files with 1 additions and 4 deletions

View File

@ -148,7 +148,6 @@ jobs:
- name: Gather cask information
id: info
run: |
brew tap homebrew/cask-versions
brew ruby <<'EOF'
require 'cask/cask_loader'
require 'cask/installer'

View File

@ -22,7 +22,6 @@ jobs:
run: |
gem install --user-install octokit
./.github/actions/sync/labels.rb '${{ github.repository }}' \
Homebrew/homebrew-cask-fonts \
Homebrew/homebrew-cask-versions
Homebrew/homebrew-cask-fonts
env:
GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}

View File

@ -21,7 +21,6 @@ jobs:
matrix:
repo:
- Homebrew/homebrew-cask-fonts
- Homebrew/homebrew-cask-versions
steps:
- name: Clone main repository
uses: actions/checkout@v4