Skip to content

Commit

Permalink
Merge branch 'main' into pause-reconcile
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Apr 2, 2024
2 parents efd18ab + 5343789 commit 3aaab53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
check-latest: true

- name: Docker cache
uses: ScribeMD/docker-cache@0.4.0
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}}

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
check-latest: true

- name: Docker cache
uses: ScribeMD/docker-cache@0.4.0
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}}

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- uses: actions/checkout@v4

- name: Docker cache
uses: ScribeMD/docker-cache@0.4.0
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}

Expand Down

0 comments on commit 3aaab53

Please sign in to comment.