Skip to content

Commit

Permalink
Update outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Mar 1, 2024
1 parent 9f659b4 commit f408b80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
-
Expand All @@ -45,10 +45,10 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: '~/.cache/pip'
key: '${{ runner.os }}-pip-yamllint'
Expand All @@ -71,7 +71,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Run Lychee
uses: lycheeverse/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"del-cli": "^5.1.0",
"dotenv": "^16.4.4",
"eslint": "^8.56.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"himalaya": "^1.1.0",
Expand All @@ -29,7 +29,7 @@
"markdown-it-anchor": "^8.6.7",
"moment": "^2.30.1",
"npm-run-all": "^4.1.5",
"sass": "^1.71.0",
"sass": "^1.71.1",
"slugify": "^1.6.6",
"sprucecss": "^2.3.1",
"stylelint": "^16.2.1",
Expand Down

0 comments on commit f408b80

Please sign in to comment.