Skip to content

Commit

Permalink
Deps updates (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
GollyTicker committed Feb 16, 2024
2 parents c57517c + 55d9881 commit e0fdf82
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-manual-dependencies.yml
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
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
@@ -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
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

0 comments on commit e0fdf82

Please sign in to comment.