Skip to content

Commit

Permalink
Container: Fix typo in cache key name 1.25->1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 6, 2024
1 parent 227091d commit aec71f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/build/
key: ${{runner.os}}-ctr-ct-ng-1.25.0
key: ${{runner.os}}-ctr-ct-ng-1.26.0

- name: Get erlang/OTP version for bootstrapping
run: |
Expand Down

0 comments on commit aec71f1

Please sign in to comment.