Skip to content

Commit

Permalink
Merge pull request #115 from IgorKowalczyk/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
IgorKowalczyk authored Sep 4, 2023
2 parents 5f36ad3 + 0c81f7e commit fb64838
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
language: ["javascript"]
steps:
- name: 🧱 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🚀 Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node: ["18.x"]
steps:
- name: 🧱 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔩 Setup PNPM
uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node: ["18.x"]
steps:
- name: 🧱 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔩 Setup PNPM
uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node: ["18.x"]
steps:
- name: 🧱 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔩 Setup PNPM
uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node: ["18.x"]
steps:
- name: 🧱 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔩 Setup PNPM
uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node: ["16.x", "18.x", "20.x"]
steps:
- name: 🧱 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔩 Setup PNPM
uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit fb64838

Please sign in to comment.