Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
fix: update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Jul 2, 2023
1 parent 8b62aa7 commit 72d5603
Show file tree
Hide file tree
Showing 6 changed files with 1,019 additions and 978 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/[email protected].2'
- uses: 'actions/[email protected].3'

- name: 'Setup Node.js'
uses: 'actions/[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/[email protected].2'
- uses: 'actions/[email protected].3'

- name: 'Setup Node.js'
uses: 'actions/[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/[email protected].2'
- uses: 'actions/[email protected].3'
with:
fetch-depth: 0
persist-credentials: false
Expand Down
Loading

0 comments on commit 72d5603

Please sign in to comment.