Skip to content

Commit

Permalink
Merge pull request #17 from radiofrance/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4.1.7
  • Loading branch information
uZer authored Jun 20, 2024
2 parents 001a943 + 21ce258 commit 63e0ec5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-liquidsoap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image: savonet/liquidsoap:v2.2.5
options: --user root
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: '/usr/bin/liquidsoap -c ./example/liquidsoap/myradio.liq ./scripts/transcoder/00-live.liq'

liquidsoap-test-transcoder-surround:
Expand All @@ -25,7 +25,7 @@ jobs:
image: savonet/liquidsoap:v2.2.5
options: --user root
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: '/usr/bin/liquidsoap -c ./example/liquidsoap/myradiosurround.liq ./scripts/transcoder/00-live.liq'

liquidsoap-test-streamer-stereo:
Expand All @@ -35,7 +35,7 @@ jobs:
image: savonet/liquidsoap:v2.2.5
options: --user root
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: '/usr/bin/liquidsoap -c ./example/liquidsoap/myradio.liq ./scripts/transcoder/00-live.liq'

liquidsoap-test-streamer-surround:
Expand All @@ -45,5 +45,5 @@ jobs:
image: savonet/liquidsoap:v2.2.5
options: --user root
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: '/usr/bin/liquidsoap -c ./example/liquidsoap/mystreamersurround.liq ./scripts/streamer/00-live.liq'

0 comments on commit 63e0ec5

Please sign in to comment.