Skip to content

Commit

Permalink
chore(workflows): pin actions/checkout action v4 (#111)
Browse files Browse the repository at this point in the history
| datasource  | package          | from | to |
| ----------- | ---------------- | ---- | -- |
| github-tags | actions/checkout | v2   | v4 |
| github-tags | actions/checkout | v2   | v4 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
minddocbot and renovate-bot authored Sep 28, 2023
1 parent 47775a6 commit 70dacc6
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 @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install, lint, and build
run: |
yarn install
Expand All @@ -46,7 +46,7 @@ jobs:
- build
steps:
- name: Checkout git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Create Release
uses: minddocdev/mou-release-action@master
with:
Expand Down

0 comments on commit 70dacc6

Please sign in to comment.