Skip to content

Commit

Permalink
chore(deps): update actions/checkout action from vv4.1.3 to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 0666044 commit eabf696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Configure git user
Expand Down Expand Up @@ -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].3
uses: actions/[email protected].4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Bump serialization version
Expand Down

0 comments on commit eabf696

Please sign in to comment.