Skip to content

Commit

Permalink
Bump actions/cache from 2 to 3 (#586)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 22, 2022
1 parent a23666b commit 3acf2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'maven'

- name: Cache jenkins plugins
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: build-monitor-acceptance/plugin_cache
key: jenkins-plugins-${{ hashFiles('build-monitor-acceptance/pom.xml') }}
Expand Down

0 comments on commit 3acf2f2

Please sign in to comment.