Skip to content

Clojure Dependency Update #593

Clojure Dependency Update

Clojure Dependency Update #593

Workflow file for this run

name: Clojure Dependency Update
on:
schedule:
- cron: '0 15 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Latest Commit
uses: actions/[email protected]
- name: Cache maven dependencies
uses: actions/cache@v3
env:
cache-name: cache-maven
with:
path: ~/.m2
key: ${{ runner.os }}-clj-${{ hashFiles('**/project.clj') }}
restore-keys: |
${{ runner.os }}-clj
- name: Check Dependencies
uses: nnichols/clojure-dependency-update-action@v5
with:
github-token: ${{ secrets.WALL_BREW_BOT_PAT }}
git-email: [email protected]
git-username: WallBrewBot
skips: "pom github-action"
# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast