Skip to content

Commit

Permalink
⬆️ Upgrade dependencies #2536
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Dec 19, 2024
1 parent 4a44d66 commit b5660eb
Show file tree
Hide file tree
Showing 6 changed files with 544 additions and 373 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/equinor-algolia-indexers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
# Fetch published code
- name: Download Azure function release build
id: download-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ vars.AZ_ALGOLIA_FUNC_APP_NAME }}
path: ${{ env.BUILD_ARTIFACT_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fotoware-redirect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# Fetch published code
- name: Download Azure function release build
id: download-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ vars.AZ_FOTOWARE_FUNC_APP_NAME }}
path: ${{ env.BUILD_ARTIFACT_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@azure/storage-blob": "^12.15.0",
"@sanity/client": "^5.4.2",
"algoliasearch": "^4.19.1",
"axios": "^1.7.4",
"axios": "^1.7.9",
"dotenv-azure": "^2.0.0",
"fp-ts": "^2.16.0"
}
Expand Down
Loading

0 comments on commit b5660eb

Please sign in to comment.