Skip to content

Commit

Permalink
chore(workflows): pin actions/checkout action vv4.2.1
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.0 | v4.2.1 |
  • Loading branch information
renovate-bot committed Oct 7, 2024
1 parent cfb11a9 commit 53d98c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout git repository
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.2.1
- name: Lint code
run: yarn lint
- name: Test code
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout git repository
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.2.1
- name: Check commits
uses: minddocdev/mou-pr-action@master
with:
Expand Down

0 comments on commit 53d98c6

Please sign in to comment.