Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot] synced file(s) with Wall-Brew-Co/rebroadcast #252

Merged
merged 9 commits into from
Oct 23, 2024
Merged
2 changes: 1 addition & 1 deletion .github/workflows/cljdoc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Cache Maven Dependencies
id: cache-maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Cache Maven Dependencies
id: cache-maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clojurescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Cache Maven Dependencies
id: cache-maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_clojars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Cache Maven Dependencies
id: cache-maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# We need this so any changes can be committed back to the repository
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.WALL_BREW_BOT_PAT }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.head_ref }}

Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.head_ref }}

Expand All @@ -59,7 +59,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.head_ref }}

Expand All @@ -85,7 +85,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Scan Code
id: scan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Synchronize Labels
id: sync-labels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Generate TODO Tickets
id: todo
Expand Down
Loading