Merge pull request #4035 from deitch/action-script-v7

This commit is contained in:
Avi Deitcher 2024-04-28 15:25:33 +03:00 committed by GitHub
commit e171750da6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ jobs:
- name: Ensure bin/ directory - name: Ensure bin/ directory
run: mkdir -p bin run: mkdir -p bin
- name: Download linuxkit - name: Download linuxkit
uses: actions/github-script@v3.1.0 uses: actions/github-script@v7
with: with:
github-token: ${{secrets.GITHUB_TOKEN}} github-token: ${{secrets.GITHUB_TOKEN}}
script: | script: |