Skip to content

Commit edb622e

Browse files
committed
Merge branch 'main'
2 parents dfa1651 + 7f1538f commit edb622e

File tree

9 files changed

+768
-770
lines changed

9 files changed

+768
-770
lines changed

.github/workflows/alex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4.0.0
10+
- uses: actions/checkout@v4.1.0
1111
- name: Use Node.js
1212
uses: actions/[email protected]
1313
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4.0.0
9+
- uses: actions/checkout@v4.1.0
1010
- uses: actions/[email protected]
1111
with:
1212
cache: yarn

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Check out the repo
23-
uses: actions/checkout@v4.0.0
23+
uses: actions/checkout@v4.1.0
2424

2525
- name: Log in to Docker Hub
2626
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release-please:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: google-github-actions/[email protected].11
12+
- uses: google-github-actions/[email protected].12
1313
with:
1414
release-type: node
1515
package-name: release-please-action

.github/workflows/spell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
spellcheck: # run the action
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4.0.0
10+
- uses: actions/checkout@v4.1.0
1111
- uses: streetsidesoftware/[email protected]

.github/workflows/yarn-upgrader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4.0.0
19+
- uses: actions/checkout@v4.1.0
2020

2121
- uses: actions/[email protected]
2222
with:

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.6.1
1+
FROM node:20.8.0
22
RUN mkdir -p /usr/hullcss/src
33
WORKDIR /usr/hullcss/src
44
COPY package.json /usr/hullcss/src

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"alex": "^11.0.1",
3030
"cspell": "^6.31.3",
31-
"eslint": "^8.49.0",
31+
"eslint": "^8.50.0",
3232
"eslint-config-prettier": "^8.10.0",
3333
"eslint-plugin-import": "^2.28.1",
3434
"eslint-plugin-prettier": "^4.2.1",

yarn.lock

Lines changed: 760 additions & 762 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)