Skip to content

Commit

Permalink
chore(deps): update actions/checkout action from vv4.1.1 to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 5c48b3f commit 47ead28
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].1
uses: actions/[email protected].3
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].1
uses: actions/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Bump serialization version
Expand Down

0 comments on commit 47ead28

Please sign in to comment.