Skip to content

Commit

Permalink
chore: Update add-and-commit version
Browse files Browse the repository at this point in the history
The updated version uses node 16 which will quiet the warnings on using node 12
  • Loading branch information
mebays authored Dec 13, 2022
1 parent 89d3c7b commit 8dda03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
export LENS_VERSION=$(cat version)
echo "LENS_VERSION=$LENS_VERSION" >> $GITHUB_ENV
- name: Add & Commit
uses: EndBug/add-and-commit@v9.0.0
uses: EndBug/add-and-commit@v9.1.1
with:
message: 'Version updated to: ${{ env.LENS_VERSION }}'

0 comments on commit 8dda03b

Please sign in to comment.