File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-24.04
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
2525 - name : Install packaging tools
2626 run : sudo apt-get update && sudo apt-get install -y rsync dpkg-dev
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-24.04
2121 steps :
2222 - name : Checkout release tag
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 ref : ${{ github.event.release.tag_name }}
2626
5151 ls -la "$expected"
5252
5353 - name : Upload to GitHub Release
54- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
54+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
5555 with :
5656 files : build/debian/streamdeck-openpnp_${{ steps.version.outputs.version }}_all.deb
5757 fail_on_unmatched_files : true
You can’t perform that action at this time.
0 commit comments