Skip to content

Commit

Permalink
Update github actions (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Jun 17, 2024
1 parent c0eba49 commit ca6059c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Download FFmpeg To Workspace
# You may pin to the exact commit or the version.
# uses: carlosperate/download-file-action@e85e0aa6262f13571d17a4a39687b26981c583dc
uses: carlosperate/download-file-action@v1.1.2
uses: carlosperate/download-file-action@v2.0.1
with:
# URL of the file to download
file-url: https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Download FFmpeg To Workspace
# You may pin to the exact commit or the version.
# uses: carlosperate/download-file-action@e85e0aa6262f13571d17a4a39687b26981c583dc
uses: carlosperate/download-file-action@v1.1.2
uses: carlosperate/download-file-action@v2.0.1
with:
# URL of the file to download
file-url: https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
Expand All @@ -75,7 +75,7 @@ jobs:

- name: Read URL
id: url
uses: juliangruber/read-file-action@74dc4b4435b60f96f84bcba916659c779f46ba0a
uses: juliangruber/read-file-action@1.1.7
with:
path: upload_url.txt

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Read URL
id: url
uses: juliangruber/read-file-action@74dc4b4435b60f96f84bcba916659c779f46ba0a
uses: juliangruber/read-file-action@1.1.7
with:
path: upload_url.txt

Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:

- name: Read URL
id: url
uses: juliangruber/read-file-action@74dc4b4435b60f96f84bcba916659c779f46ba0a
uses: juliangruber/read-file-action@1.1.7
with:
path: upload_url.txt

Expand Down

0 comments on commit ca6059c

Please sign in to comment.