Skip to content

Commit

Permalink
Merge pull request #1 from discue/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4.0.0

chore(deps): bump actions/checkout from 3.5.3 to 4.0.0
  • Loading branch information
stfsy committed Sep 17, 2023
2 parents 5ea2e91 + 1280b0a commit 4283390
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: node.js
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.5.3
uses: actions/checkout@v4.0.0

- 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 @@ -12,7 +12,7 @@ jobs:

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

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 4283390

Please sign in to comment.