diff --git a/.github/workflows/check-manual-dependencies.yml b/.github/workflows/check-manual-dependencies.yml index 245f3d9..6aa0879 100644 --- a/.github/workflows/check-manual-dependencies.yml +++ b/.github/workflows/check-manual-dependencies.yml @@ -44,7 +44,7 @@ jobs: echo "CHANGED_VERSIONS_BRANCH=$CHANGED_VERSIONS_BRANCH" >> $GITHUB_ENV - name: Create Pull Request and conditionally auto-merge - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 id: pull-request with: title: "[AutoUpdate] ${{ env.CHANGED_VERSIONS }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23fd045..220230b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,7 +168,7 @@ jobs: Write-Output "After extract" ls my-protocurl - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: "17.7.2" @@ -191,7 +191,7 @@ jobs: - name: Setup run: "brew install powershell" - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: "17.7.2" @@ -230,7 +230,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: "17.7.2" diff --git a/release/versions.txt b/release/versions.txt index a14b28b..16c0a6d 100644 --- a/release/versions.txt +++ b/release/versions.txt @@ -1,3 +1,3 @@ -Protobuf 25.1 -go 1.21.5 +Protobuf 25.2 +go 1.21.6 Goreleaser v1.23.0 diff --git a/test/servers/package-lock.json b/test/servers/package-lock.json index 1527a4a..6930e87 100644 --- a/test/servers/package-lock.json +++ b/test/servers/package-lock.json @@ -81,9 +81,9 @@ "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" }, "node_modules/protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", + "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -183,9 +183,9 @@ "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" }, "protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", + "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", diff --git a/test/suite/linux/package-alpine.sh b/test/suite/linux/package-alpine.sh index 0d81dd1..2c4fd59 100644 --- a/test/suite/linux/package-alpine.sh +++ b/test/suite/linux/package-alpine.sh @@ -12,7 +12,7 @@ setup() { krb5-libs \ libgcc \ libintl \ - libssl1.1 \ + libssl3 \ libstdc++ \ tzdata \ userspace-rcu \ @@ -21,7 +21,7 @@ setup() { apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache lttng-ust # todo. auto-updating url? - curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.2.2/powershell-7.2.2-linux-alpine-x64.tar.gz -o /tmp/powershell.tar.gz + curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell-7.4.1-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz mkdir -p /opt/microsoft/powershell/7 tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7 chmod +x /opt/microsoft/powershell/7/pwsh