Skip to content

Commit

Permalink
Merge pull request #32 from lem-project/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jcs090218 authored Sep 6, 2023
2 parents 9c45138 + c0f6afb commit b16a15c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: [ubuntu-latest]

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

- run: npm install
- run: npm run-script build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
lem_version: [2.0.0, snapshot]

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

- uses: ./
with:
Expand Down

0 comments on commit b16a15c

Please sign in to comment.