Skip to content

Commit 78c5e82

Browse files
Bump actions/cache from 4.0.1 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@ab5e6d0...1bd1e32) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd8c9e7 commit 78c5e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/content-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install xmllint
3535
run: sudo apt-get install -y libxml2-utils
3636
- name: Cache generated content for OSCAL build artifacts
37-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
37+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
3838
with:
3939
path: |
4040
build/oscal/build/node_modules

0 commit comments

Comments
 (0)