Skip to content

Commit

Permalink
Merge pull request #1009 from UniversalViewer/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/dev/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jamesmisson committed Apr 24, 2024
2 parents 012a367 + 84ee764 commit 62b61b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

name: Node ${{ matrix.node }} build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
name: Node build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.npm
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
name: Release
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.npm
Expand Down

0 comments on commit 62b61b8

Please sign in to comment.