Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from 8xFF/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
luongngocminh authored Dec 7, 2023
2 parents c51810d + 9ac754e commit 359cb59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout the repository'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: 'Setup Node.js and npm'
uses: './.github/actions/setup'
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout the repository'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: 'Setup Node.js and npm'
uses: './.github/actions/setup'
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout the repository'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: 'Setup Node.js and npm'
uses: './.github/actions/setup'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: 'Checkout the repository'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: 'Setup Node.js and npm'
uses: './.github/actions/setup'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout the repository'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'

- name: 'Setup Node.js and npm'
uses: './.github/actions/setup'
Expand Down

0 comments on commit 359cb59

Please sign in to comment.