Skip to content

Commit c5d2196

Browse files
Update check.yml
1 parent f5efe06 commit c5d2196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
export LENS_VERSION=$(cat version)
2020
echo "LENS_VERSION=$LENS_VERSION" >> $GITHUB_ENV
2121
- name: Add & Commit
22-
uses: EndBug/add-and-commit@v9.0.0
22+
uses: EndBug/add-and-commit@v9.1.1
2323
with:
2424
message: 'Version updated to: ${{ env.LENS_VERSION }}'

0 commit comments

Comments
 (0)