Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/delivery-archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Determine version
uses: actions/github-script@v7
uses: actions/github-script@v8
id: version
with:
result-encoding: string
Expand All @@ -37,7 +37,7 @@ jobs:
mkdir -p ${{ env.PACKAGE_NAME }}/
cp .github/workflows/delivery/archlinux/${{ env.PACKAGE_NAME }}/PKGBUILD ${{ env.PACKAGE_NAME }}/PKGBUILD
- name: Lookup assets
uses: actions/github-script@v7
uses: actions/github-script@v8
id: assets
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delivery-chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Determine version
uses: actions/github-script@v7
uses: actions/github-script@v8
id: version
with:
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delivery-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Determine version
uses: actions/github-script@v7
uses: actions/github-script@v8
id: version
with:
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delivery-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Copy pack.rb
run: cp .github/workflows/delivery/homebrew/pack.rb homebrew-tap/Formula/pack.rb
- name: Lookup assets
uses: actions/github-script@v7
uses: actions/github-script@v8
id: assets
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delivery-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "date=$(date +"%a, %d %b %Y %T %z")" >> $GITHUB_OUTPUT

- name: Determine version
uses: actions/github-script@v7
uses: actions/github-script@v8
id: version
with:
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/privileged-pr-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add milestone
uses: actions/github-script@v7
uses: actions/github-script@v8
id: assets
with:
script: |
Expand Down
Loading