-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/checkout action from vv4.1.1 to v4.1.3
- Loading branch information
1 parent
5c48b3f
commit 47ead28
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
contents: write | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Configure git user | ||
|
@@ -56,7 +56,7 @@ jobs: | |
git config --global user.name 'Lamassu Serialization Version Bot' | ||
git config --global user.email '[email protected]' | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Bump serialization version | ||
|