Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 11, 2023
1 parent 4ed369f commit c924c41
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 102 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
uses: actions/checkout@v3

- name: Setup Docker
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.6.0

- name: Login to GitHub Container Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.0
with:
push: true
file: ./apps/bot/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/discord-status-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
uses: actions/checkout@v3

- name: Setup Docker
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.6.0

- name: Login to GitHub Container Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.0
with:
push: true
file: ./apps/discord-status/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
uses: actions/checkout@v3

- name: Setup Docker
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.6.0

- name: Login to GitHub Container Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.0
with:
push: true
file: ./apps/web/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion apps/discord-status/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/bwmarrin/discordgo v0.27.1
github.com/getsentry/sentry-go v0.21.0
github.com/mattn/go-sqlite3 v1.14.17
github.com/robfig/cron/v3 v3.0.0
github.com/robfig/cron/v3 v3.0.1
golang.org/x/net v0.10.0
google.golang.org/protobuf v1.30.0
)
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"sitemap": "^7.1.1",
"vitepress": "1.0.0-beta.1"
"vitepress": "1.0.0-beta.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"schemix": "^1.14.0",
"turbo": "1.10.2",
"turbo": "1.10.3",
"typescript": "^5.1.3",
"vitest": "^0.32.0"
},
Expand Down

0 comments on commit c924c41

Please sign in to comment.