Skip to content

Commit

Permalink
Merge pull request #1398 from containers/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
rhatdan authored Jan 22, 2024
2 parents a2f7cb7 + 688f186 commit 84f5eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .cache
key: nix-v1-2.12.0-${{ hashFiles('nix/nixpkgs.json') }}
Expand Down

2 comments on commit 84f5eec

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.