Skip to content

Commit

Permalink
Update docs-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stumitchell authored Feb 18, 2025
1 parent 5f5a596 commit 1eb1274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- run: git config --system --add safe.directory /__w/re-frame/re-frame
- name: Maven cache
id: maven-cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /root/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('project.clj', '.github/workflows/**') }}
Expand Down

0 comments on commit 1eb1274

Please sign in to comment.