Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Bump actions/cache from 2 to 3 (#40)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dustin Kaiser <[email protected]>
  • Loading branch information
dependabot[bot] and mrnicegyu11 authored Mar 23, 2022
1 parent 791eadf commit e5046d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: show system versions
run: ./ci/helpers/show_system_versions.bash
- uses: actions/cache@v2
- uses: actions/cache@v3
name: getting cached data
with:
path: ~/.cache/pip
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: show system versions
run: ./ci/helpers/show_system_versions.bash
- uses: actions/cache@v2
- uses: actions/cache@v3
name: getting cached data
with:
path: ~/.cache/pip
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: show system versions
run: ./ci/helpers/show_system_versions.bash
- uses: actions/cache@v2
- uses: actions/cache@v3
name: getting cached data
with:
path: ~/.cache/pip
Expand Down

0 comments on commit e5046d0

Please sign in to comment.