Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent cfbf4d5 commit 31643c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Install Bun
uses: oven-sh/setup-bun@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/renovate-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Get last commit message
id: get-last-commit-message
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
fetch-depth: 0
token: ${{ secrets.PERSONAL_TOKEN }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 31643c1

Please sign in to comment.