Skip to content

Commit

Permalink
Merge pull request #211 from discue/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
stfsy authored Sep 11, 2023
2 parents 0416c2e + d32520d commit aa463d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js lts/*
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set env
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js lts/*
uses: actions/setup-node@v3
Expand Down

0 comments on commit aa463d5

Please sign in to comment.