Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Merge tag

steps:
- uses: actions/create-github-app-token@v3.1.1
- uses: actions/create-github-app-token@v3.2.0
id: app-token
with:
app-id: ${{ vars.GHA_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Sync branches

steps:
- uses: actions/create-github-app-token@v3.1.1
- uses: actions/create-github-app-token@v3.2.0
id: app-token
with:
app-id: ${{ vars.GHA_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ COPY . ./

RUN npm run build

FROM nginx:1.30.0-alpine
FROM nginx:1.31.0-alpine

COPY --from=builder /app/dist /usr/share/nginx/html
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@commitlint/cli": "^20.0.0",
"@commitlint/config-conventional": "^20.0.0",
"@inclusive-design/eslint-config": "^0.4.0",
"@inclusive-design/eslint-config": "^0.5.0",
"@inclusive-design/markdownlint-config": "^0.1.0",
"@inclusive-design/stylelint-config": "^0.1.0",
"cross-env": "^10.0.0",
Expand Down
Loading