Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps updates #171

Merged
merged 9 commits into from
Feb 16, 2024
2 changes: 1 addition & 1 deletion .github/workflows/check-manual-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

Expand Down Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions release/versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Protobuf 25.1
go 1.21.5
Protobuf 25.2
go 1.21.6
Goreleaser v1.23.0
12 changes: 6 additions & 6 deletions test/servers/package-lock.json

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

4 changes: 2 additions & 2 deletions test/suite/linux/package-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setup() {
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libssl3 \
libstdc++ \
tzdata \
userspace-rcu \
Expand All @@ -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
Expand Down