Skip to content

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 40216a6 commit f541b0e
Show file tree
Hide file tree
Showing 6 changed files with 1,452 additions and 1,251 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'

- name: 'Setup Node.js'
uses: 'actions/setup-node@v3.6.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'

- name: 'Setup Node.js'
uses: 'actions/setup-node@v3.6.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: 'write'
id-token: 'write'
steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'
with:
fetch-depth: 0
persist-credentials: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
test-unit:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'

- name: 'Setup Node.js'
uses: 'actions/setup-node@v3.6.0'
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: 'ubuntu-latest'
timeout-minutes: 15
steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'

- name: 'Setup Docker'
uses: 'actions-hub/docker/cli@master'
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
fail-fast: false

steps:
- uses: 'actions/checkout@v3.5.2'
- uses: 'actions/checkout@v3.5.3'

- name: 'Setup Node.js'
uses: 'actions/setup-node@v3.6.0'
Expand Down

0 comments on commit f541b0e

Please sign in to comment.