Skip to content

Commit c584a8f

Browse files
authored
Merge branch 'main' into fix_repo_url
2 parents 94afcdd + 935f960 commit c584a8f

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ jobs:
8080
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
8181
steps:
8282
- name: Log in to the ghcr.io registry
83-
uses: docker/login-action@v3
83+
uses: docker/login-action@v4
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.repository_owner }}
8787
password: ${{ secrets.GITHUB_TOKEN }}
8888

8989
- name: Log in to the docker.io registry
90-
uses: docker/login-action@v3
90+
uses: docker/login-action@v4
9191
with:
9292
registry: docker.io
9393
username: voxpupulibot

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
core.setOutput('version', version);
4343
4444
- name: Build image
45-
uses: docker/build-push-action@v6
45+
uses: docker/build-push-action@v7
4646
with:
4747
tags: 'ci/openvoxagent:${{ steps.extract_version.outputs.version }}'
4848
context: .
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- name: Dependabot metadata
7373
id: metadata
74-
uses: dependabot/fetch-metadata@v2.4.0
74+
uses: dependabot/fetch-metadata@v2.5.0
7575
with:
7676
github-token: '${{ secrets.GITHUB_TOKEN }}'
7777

.github/workflows/security_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
core.setOutput('version', version);
4949
5050
- name: Build CI container
51-
uses: docker/build-push-action@v6
51+
uses: docker/build-push-action@v7
5252
with:
5353
tags: 'ci/openvoxagent:${{ steps.extract_version.outputs.version }}'
5454
context: .

.github/workflows/shellcheck.yml

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

3636
- if: always()
3737
name: Upload artifact with ShellCheck defects in SARIF format
38-
uses: actions/upload-artifact@v5
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: Differential ShellCheck SARIF
4141
path: ${{ steps.ShellCheck.outputs.sarif }}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
77

88
group :release do
99
gem 'faraday-retry', '~> 2.1', require: false
10-
gem 'github_changelog_generator', '~> 1.16.4', require: false
10+
gem 'github_changelog_generator', '~> 1.17.0', require: false
1111
end

build_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
include:
33
- release: 8
44
# renovate: depName=openvox-agent openVoxRelease=8
5-
agent_version: "8.24.1-1+ubuntu24.04"
5+
agent_version: "8.25.0-1+ubuntu24.04"

0 commit comments

Comments
 (0)