Skip to content

Commit 1971dcf

Browse files
chore(deps): bump actions/cache from 3 to 4 (#656)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 563d9a3 commit 1971dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
export VERSION=($(curl --silent "https://gitlab.com/api/v4/projects/4175605/releases" | jq -r '.[0].tag_name'))
102102
echo "VERSION=$VERSION" >> $GITHUB_ENV
103103
- name: Load Cached Conformance Suite Build
104-
uses: actions/cache@v3
104+
uses: actions/cache@v4
105105
id: cache
106106
with:
107107
path: ./conformance-suite

0 commit comments

Comments
 (0)